Fixed tone letter font
This commit is contained in:
parent
23dc554743
commit
1efc29b370
BIN
demo4d-gdxapp/assets/font/roboto-bold.ttf
Normal file
BIN
demo4d-gdxapp/assets/font/roboto-bold.ttf
Normal file
Binary file not shown.
|
@ -45,6 +45,7 @@ public class ImGuiSetup {
|
|||
|
||||
io.getFonts().addFontFromMemoryTTF(Gdx.files.internal("font/NotoSansCJKjp-Medium.otf").readBytes(), 14, fontConfig, glyphRanges);
|
||||
io.getFonts().addFontFromMemoryTTF(Gdx.files.internal("font/FreeSans.ttf").readBytes(), 14, fontConfig, glyphRanges);
|
||||
io.getFonts().addFontFromMemoryTTF(Gdx.files.internal("font/roboto-bold.ttf").readBytes(), 14, fontConfig, glyphRanges);
|
||||
|
||||
fontConfig.destroy();
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@ import love.distributedrebirth.numberxd.base2t.part.T16PartHex;
|
|||
public enum BaseGlyphSet implements BãßBȍőnGlyphSetʸᴰ<BaseGlyphSet> {
|
||||
|
||||
// TODO: ImGui add font for SINHALA
|
||||
// TODO: ImGui add font for TONE_LETTER missing plane 1,2,3
|
||||
// TODO: ImGui add font for BURMESE
|
||||
// TODO: ImGui add font for ARABIC
|
||||
|
||||
|
|
Loading…
Reference in a new issue