mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-15 23:46:09 +09:00
more tweaks on cyrillic family; control char impl to override RU/BG/SR mode
This commit is contained in:
@@ -129,6 +129,12 @@ class FontTestGDX : Game() {
|
||||
}
|
||||
|
||||
println("${font.noColorCode}\nEND")
|
||||
|
||||
println(font.charsetOverrideNormal)
|
||||
println(font.charsetOverrideBulgarian)
|
||||
println(font.charsetOverrideSerbian)
|
||||
println(font.noColorCode)
|
||||
println(font.toColorCode(0xFFFF))
|
||||
}
|
||||
|
||||
override fun getScreen(): Screen? {
|
||||
|
||||
Reference in New Issue
Block a user