#include <map>
#include "core/image.h"
Go to the source code of this file.
|
| LoadedFont | eu::core::get_characters_from_font (const MemoryChunk &file_memory, int font_size, const std::string &chars) |
| |
| 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) |
| |