Classes | |
| struct | fe::FontDesc |
| Platform independent font description. More... | |
Namespaces | |
| namespace | fe |
| A scope for Ferry API. | |
Functions | |
| fe::PlatformTypes::font_handle_type | Fe_FontCreate (const fe::FontDesc &desc) |
| Creates font from description. | |
| void | Fe_FontDelete (fe::PlatformTypes::font_handle_type font) |
| Destroys font. | |
| fe::FontDesc * | Fe_FontGetDesc (fe::PlatformTypes::font_handle_type font, fe::FontDesc &desc) |
| Calculates font description. | |