Kanzi  3.9.6
Kanzi Engine API
glyph_cache.hpp File Reference

Classes

class  kanzi::GlyphCache
 Glyph cache renders different characters on a texture with the font and font size that you use in your Kanzi application. More...
 
struct  kanzi::GlyphCache::TextureCoordinates
 Coordinates to the position of a single glyph in a glyph cache texture. More...
 

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Typedefs

using kanzi::GlyphCacheUniquePtr = unique_ptr< GlyphCache >
 Glyph cache unique pointer type. More...
 
using kanzi::GlyphKey = tuple< unsigned int, FontHintingPreference >
 Key type of a glyph cache map. More...