Module font_style_concept
Structs§
- CHARACTER_
SPACING_ PROPERTY - Sets the character spacing in pixels.
- FIXED_
CHARACTER_ WIDTH_ PROPERTY - When set, overrides the font advance widths to make each character take a fixed amount of space specified in pixels.
- FONT_
HINTING_ PREFERENCE_ PROPERTY - Sets the hinting preference of the font.
- FONT_
STYLE_ PROPERTY - Sets the style of the font.
- FRACTIONAL_
CHARACTER_ WIDTH_ PROPERTY - Sets whether Kanzi uses fractional or rounded character widths to lay out text. In most cases fractional widths provide the best result. However, with small font sizes, fractional widths can cause the characters to run together or have too much space, making it difficult to read.
- Font
Style Concept - LINE_
SPACING_ PROPERTY - Sets the line spacing in multiples of the normal line height of the selected font.
- SIZE_
PROPERTY - Sets the size of the font in pixels.
- SNAP_
CHARACTER_ TO_ PIXEL_ PROPERTY_ PROPERTY - Sets whether Kanzi positions characters in 2D rendering to the nearest pixel:
- WEIGHT_
PROPERTY - Sets the weight of the font.
Traits§
- IFont
Style Concept - FontStyleConcept is the base class for the nodes that draw text with different font styles.