OpenTTD/src/fontcache
Peter Nelson 9854553e10 Codechange: ZOOM_LVL_SHIFT/BASE are not actually ZOOM_LVLs.
Rename to ZOOM_BASE_SHIFT and ZOOM_BASE respectively, and derive from ZOOM_LVL instead of numeric value.
2024-04-04 22:27:03 +01:00
..
CMakeLists.txt Change: Separate fontcache implementations. 2022-09-25 18:34:24 +01:00
freetypefontcache.cpp Codechange: Use ZOOM_LVL_MIN to refer to first zoom level. 2024-04-04 22:27:03 +01:00
spritefontcache.cpp Codechange: ZOOM_LVL_SHIFT/BASE are not actually ZOOM_LVLs. 2024-04-04 22:27:03 +01:00
spritefontcache.h Change: Allow TrueType fonts to provide our private-use glyphs. 2024-01-14 22:50:56 +01:00
truetypefontcache.cpp Codechange: Replace pointer to Sprite array with reference to SpriteCollection. (#11580) 2023-12-20 20:38:21 +00:00
truetypefontcache.h Codechange: rename byte to uint8_t (#12308) 2024-03-16 23:59:32 +01:00