|
Graphics v0.0.0
A simple abstraction layer for the modern graphics APIs.
|
类 | |
| struct | Glyph |
Public 成员函数 | |
| Font (const std::filesystem::path &path) | |
| void | load (const std::filesystem::path &path) |
| 从字体文件加载. | |
| Glyph | get_glyph (unsigned long code, uint16_t size) |
| 获取字形. | |
静态 Public 成员函数 | |
| static void | init () |
| static void | deinit () |