Factory for FontCaches.
More...
#include <fontcache.h>
Factory for FontCaches.
Definition at line 304 of file fontcache.h.
◆ FontCacheFactory()
| FontCacheFactory::FontCacheFactory |
( |
std::string_view |
name, |
|
|
std::string_view |
description |
|
) |
| |
|
inline |
◆ ~FontCacheFactory()
| virtual FontCacheFactory::~FontCacheFactory |
( |
| ) |
|
|
inlinevirtual |
◆ LoadFont()
| virtual std::unique_ptr< FontCache > FontCacheFactory::LoadFont |
( |
FontSize |
fs, |
|
|
FontType |
fonttype, |
|
|
bool |
search, |
|
|
const std::string & |
font_name, |
|
|
std::span< const std::byte > |
os_handle |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: