Antkeeper  0.0.1
Namespaces | Typedefs
kerning-table.hpp File Reference
#include <engine/math/vector.hpp>
#include <unordered_map>

Go to the source code of this file.

Namespaces

 type
 Text and typography.
 

Typedefs

typedef std::unordered_map< char32_t, std::unordered_map< char32_t, math::fvec2 > > type::kerning_table
 Table containing kerning offsets for pairs of glyphs. More...