|
Kanzi Graphics Engine
|
Basic text layouter is the default implementation of KzuTextLayouter. More...
Functions | |
| kzsError | kzuBasicTextLayouterCreate (const struct KzcMemoryManager *memoryManager, struct KzuFont *font, struct KzuTextLayouter **out_textLayouter) |
| Creates a basic text layouter with the given font. More... | |
Basic text layouter is the default implementation of KzuTextLayouter.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuBasicTextLayouterCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| struct KzuFont * | font, | ||
| struct KzuTextLayouter ** | out_textLayouter | ||
| ) |
Creates a basic text layouter with the given font.