This website requires JavaScript.
Explore
Help
Sign In
miguel.horta
/
openttd-cmclient
Watch
1
Star
0
Fork
0
You've already forked openttd-cmclient
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
f2a32c6d134c76f0bd1dac9b910c19a903d8f095
openttd-cmclient
/
src
/
fontcache
History
Rubidium
708e6a512d
Codechange: replace char* with C++ style strings
2025-04-30 12:05:04 +02:00
..
CMakeLists.txt
Change: Separate fontcache implementations.
2022-09-25 18:34:24 +01:00
freetypefontcache.cpp
Codechange: replace char* with C++ style strings
2025-04-30 12:05:04 +02: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: initialise instance members
2025-03-09 20:41:03 +01:00