|
OpenTTD Source 20260206-master-g4d4e37dbf1
|
Public Member Functions | |
| std::unique_ptr< FontCache > | LoadFont (FontSize fs, FontType fonttype) const override |
| bool | FindFallbackFont (struct FontCacheSettings *, const std::string &, class MissingGlyphSearcher *) const override |
| Public Member Functions inherited from FontCacheFactory | |
| FontCacheFactory (std::string_view name, std::string_view description) | |
| Public Member Functions inherited from BaseProvider< FontCacheFactory > | |
| constexpr | BaseProvider (std::string_view name, std::string_view description) |
| std::string_view | GetName () const |
| std::string_view | GetDescription () const |
Static Private Attributes | |
| static SpriteFontCacheFactory | instance |
Additional Inherited Members | |
| Protected Attributes inherited from BaseProvider< FontCacheFactory > | |
| const std::string_view | name |
| const std::string_view | description |
Definition at line 158 of file spritefontcache.cpp.
|
inline |
Definition at line 160 of file spritefontcache.cpp.
|
inlineoverridevirtual |
Implements FontCacheFactory.
Definition at line 169 of file spritefontcache.cpp.
|
inlineoverridevirtual |
Implements FontCacheFactory.
Definition at line 162 of file spritefontcache.cpp.
|
staticprivate |
Definition at line 175 of file spritefontcache.cpp.