Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
kzu_basic_text_layouter.h File Reference

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...
 

Detailed Description

Basic text layouter is the default implementation of KzuTextLayouter.

See Also
kzu_text_layouter.h

Copyright 2008-2019 by Rightware. All rights reserved.

Function Documentation

kzsError kzuBasicTextLayouterCreate ( const struct KzcMemoryManager memoryManager,
struct KzuFont font,
struct KzuTextLayouter **  out_textLayouter 
)

Creates a basic text layouter with the given font.