Basic text layouter is the default implementation of KzuTextLayouter. More...
Macros | |
| #define | KZU_BASIC_TEXT_LAYOUTER_NEW_LAYOUTING |
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-2020 by Rightware. All rights reserved.
| #define KZU_BASIC_TEXT_LAYOUTER_NEW_LAYOUTING |
| kzsError kzuBasicTextLayouterCreate | ( | const struct KzcMemoryManager * | memoryManager, |
| struct KzuFont * | font, | ||
| struct KzuTextLayouter ** | out_textLayouter | ||
| ) |
Creates a basic text layouter with the given font.