|
Kanzi Graphics Engine
|
Text Manager. More...
Functions | |
| kzsError | kzuTextManagerCreate (const struct KzcMemoryManager *memoryManager, struct KzuResourceManager *resourceManager, struct KzuTextManager **out_textManager) |
| Creates a text manager. More... | |
| kzsError | kzuTextManagerDelete (struct KzuTextManager *textManager) |
| Deletes a text manager. More... | |
| void | kzuTextManagerSetGlyphCacheSize (struct KzuTextManager *textManager, kzUint glyphCacheWidth, kzUint glyphCacheHeight) |
| Sets the size of the textures in glyph caches created by the text manager. More... | |
| kzsError | kzuTextManagerGetGlyphCache (const struct KzuTextManager *textManager, struct KzuFont *font, kzFloat fontSize, struct KzuGlyphCache **out_glyphCache) |
| Retrieves the glyph cache associated with the given font and font size. More... | |
Text Manager.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuTextManagerCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| struct KzuResourceManager * | resourceManager, | ||
| struct KzuTextManager ** | out_textManager | ||
| ) |
Creates a text manager.
| kzsError kzuTextManagerDelete | ( | struct KzuTextManager * | textManager) |
Deletes a text manager.
| void kzuTextManagerSetGlyphCacheSize | ( | struct KzuTextManager * | textManager, |
| kzUint | glyphCacheWidth, | ||
| kzUint | glyphCacheHeight | ||
| ) |
Sets the size of the textures in glyph caches created by the text manager.
| kzsError kzuTextManagerGetGlyphCache | ( | const struct KzuTextManager * | textManager, |
| struct KzuFont * | font, | ||
| kzFloat | fontSize, | ||
| struct KzuGlyphCache ** | out_glyphCache | ||
| ) |
Retrieves the glyph cache associated with the given font and font size.