|
Euphoria
|
Go to the source code of this file.
Classes | |
| struct | eu::core::LoadedGlyph |
| struct | eu::core::LoadedFont |
Namespaces | |
| namespace | eu |
| namespace | eu::core |
Typedefs | |
| using | eu::core::KerningMap = std::map< std::pair< int, int >, float > |
Functions | |
| LoadedFont | eu::core::get_characters_from_single_image (const std::string &image_file, const std::string &image_alias, float image_scale, float image_bearing_x, float image_bearing_y, float image_advance) |
| LoadedFont | eu::core::get_characters_from_single_image (const Image &image, const std::string &image_alias, float image_scale, float image_bearing_x, float image_bearing_y, float image_advance) |