OpenTTD Source 20250905-master-g122023be8d
|
Public Member Functions | |
std::unique_ptr< FontCache > | LoadFont (FontSize fs, FontType fonttype) override |
bool | FindFallbackFont (struct FontCacheSettings *, const std::string &, class MissingGlyphSearcher *) override |
![]() | |
FontCacheFactory (std::string_view name, std::string_view description) | |
![]() | |
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 | |
![]() | |
const std::string_view | name |
const std::string_view | description |
Definition at line 155 of file spritefontcache.cpp.
|
inline |
Definition at line 157 of file spritefontcache.cpp.
|
inlineoverridevirtual |
Implements FontCacheFactory.
Definition at line 166 of file spritefontcache.cpp.
|
inlineoverridevirtual |
Implements FontCacheFactory.
Definition at line 159 of file spritefontcache.cpp.
|
staticprivate |
Definition at line 172 of file spritefontcache.cpp.