Fixed tone letter font
This commit is contained in:
parent
23dc554743
commit
1efc29b370
3 changed files with 1 additions and 1 deletions
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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue