OpenTTD/src/fontcache
Peter Nelson a288644e20
Fix #12815, 7e914a0568: Fallback detection failed with sprite font. (#12816)
How missing glyphs were detected was changed, but the sprite font still substituted `?`, which to missing glyph looked like all characters are present.
2024-06-27 07:34:01 +01:00
..
CMakeLists.txt
freetypefontcache.cpp Fix #12735: Default fonts should use default font size as-is. (#12814) 2024-06-26 12:45:39 +01:00
spritefontcache.cpp Fix #12815, 7e914a0568: Fallback detection failed with sprite font. (#12816) 2024-06-27 07:34:01 +01:00
spritefontcache.h Fix #12815, 7e914a0568: Fallback detection failed with sprite font. (#12816) 2024-06-27 07:34:01 +01:00
truetypefontcache.cpp Codechange: Use std::unordered_map for storing TrueTypeFontCache's GlyphEntry. 2024-05-30 20:16:28 +01:00
truetypefontcache.h Codechange: Use std::unordered_map for storing TrueTypeFontCache's GlyphEntry. 2024-05-30 20:16:28 +01:00