Euphoria
Classes | Namespaces | Typedefs | Functions
loadedfont.h File Reference
#include <map>
#include "core/image.h"

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_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)