All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzu_basic_text_layouter.h File Reference

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

Detailed Description

Basic text layouter is the default implementation of KzuTextLayouter.

See also
kzu_text_layouter.h

Copyright 2008-2020 by Rightware. All rights reserved.

Macro Definition Documentation

#define KZU_BASIC_TEXT_LAYOUTER_NEW_LAYOUTING

Function Documentation

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

Creates a basic text layouter with the given font.