Opaque interface for a Font. More...
#include <le2d/resource/font.hpp>
Public Member Functions | |
| virtual auto | load_face (std::vector< std::byte > font_bytes) -> bool=0 |
| virtual auto | get_name () const -> klib::CString=0 |
| virtual auto | get_atlas (TextHeight height) -> IFontAtlas &=0 |
Public Member Functions inherited from le::IResource | |
| virtual auto | is_ready () const -> bool=0 |
| Check if resource is ready to use. | |
Opaque interface for a Font.
|
pure virtual |
|
pure virtual |
|
pure virtual |