#include <kanzi/core.ui/font/font_file.hpp>
#include <kanzi/core.ui/graphics2d/texture.hpp>
#include <kanzi/core/cpp/tuple.hpp>
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... | |