Basic Info
Reporter: @MrLemAud
Version: v0.5.0 - v0.6.2
Expected: Like page label, display as glyph in bold.ttf or phigros.ttf. And the chars which exceeds the dialog box (max_width) should be discarded.
Main Discussion: [Discord Thread]
When and What will it happen?
- When
phira::scene::Dialog.title contains char that bold.ttf doesn't support and is within the box that should be displayed.
- Regardless of whether it is multibyte in UTF-8, both or a mixture of them will cause this bug.
- The position of undisplayable char within the box would effect length and content.
- For only one undisplayable char, the closer to the right border, the fewer chars would be displayed, and vice versa.
Expected

v0.6.2

Some Possible Fixes
Mr_LemAud: (The following "I" refers to Mr_LemAud)
- remove all accents, they aren't that much important to French speakers either way, but it'll be just putting the problem under the rug
- Fix this proper, but that'll take time
- Ignore it cause I can definitely still understand what it says (I do not recommend)
YuevUwU:
- Complete bold.ttf characters for title display.
- Fix it for future uses. (if possible)
Basic Info
Reporter: @MrLemAud
Version: v0.5.0 - v0.6.2
Expected: Like page label, display as glyph in bold.ttf or phigros.ttf. And the chars which exceeds the dialog box (max_width) should be discarded.
Main Discussion: [Discord Thread]
When and What will it happen?
phira::scene::Dialog.titlecontains char that bold.ttf doesn't support and is within the box that should be displayed.Expected
v0.6.2
Some Possible Fixes
Mr_LemAud: (The following "I" refers to Mr_LemAud)
YuevUwU: