diff --git a/Themes/_fallback/Fonts/_16px fonts.ini b/Themes/_fallback/Fonts/_16px fonts.ini index d56c851b17..23ad8678b0 100644 --- a/Themes/_fallback/Fonts/_16px fonts.ini +++ b/Themes/_fallback/Fonts/_16px fonts.ini @@ -5,4 +5,4 @@ # have them pulled in for every 16-pixel font. # xxx: we don't have 16px japanese or korean fonts [main] -import=_Thai 16px,_misc 16px,_game chars 16px +import=_Thai 16px,_misc 16px,_game chars 16px,_ui chars 16px diff --git a/Themes/_fallback/Fonts/_20px fonts.ini b/Themes/_fallback/Fonts/_20px fonts.ini index 915647249d..41104ffbc0 100644 --- a/Themes/_fallback/Fonts/_20px fonts.ini +++ b/Themes/_fallback/Fonts/_20px fonts.ini @@ -10,4 +10,4 @@ # The characters in _game chars 16px are actually very large; # they'll look fine here, too. -import=_japanese 24px,_korean 24px,_game chars 16px,_misc 16px +import=_japanese 24px,_korean 24px,_game chars 16px,_ui chars 16px,_misc 16px diff --git a/Themes/_fallback/Fonts/_ui chars 16px [main-stroke] 1x1.png b/Themes/_fallback/Fonts/_ui chars 16px [main-stroke] 1x1.png new file mode 100644 index 0000000000..5fcc04eb73 Binary files /dev/null and b/Themes/_fallback/Fonts/_ui chars 16px [main-stroke] 1x1.png differ diff --git a/Themes/_fallback/Fonts/_ui chars 16px [main] 1x1.png b/Themes/_fallback/Fonts/_ui chars 16px [main] 1x1.png new file mode 100644 index 0000000000..b503eec312 Binary files /dev/null and b/Themes/_fallback/Fonts/_ui chars 16px [main] 1x1.png differ diff --git a/Themes/_fallback/Fonts/_ui chars 16px.ini b/Themes/_fallback/Fonts/_ui chars 16px.ini new file mode 100644 index 0000000000..e9fca64617 --- /dev/null +++ b/Themes/_fallback/Fonts/_ui chars 16px.ini @@ -0,0 +1,14 @@ +# The characters in this font are actually much larger than 16 pixels. +# The "16px" indicates what size uppercase letter this font is meant +# for, not necessarily the actual size of the characters. + +[main] +0=24 + +# Don't load this font grayscale. +TextureHints=16bpp + +Top=8 +Baseline=24 + +map nextrow=0 diff --git a/_assets/fonts/_ui chars 16px 1x1.psd b/_assets/fonts/_ui chars 16px 1x1.psd new file mode 100644 index 0000000000..1904f5bfc7 Binary files /dev/null and b/_assets/fonts/_ui chars 16px 1x1.psd differ