メイン・コンテンツまでスキップ

TypedTextData

touchgfx/TypedText.hpp

The data structure for typed texts.

Public Attributes

const Alignmentalignment
The alignment of the typed text (LEFT,CENTER,RIGHT)
const TextDirectiondirection
The text direction (LTR,RTL,...) of the typed text.
const unsigned charfontIdx
The ID of the font associated with the typed text.

Public Attributes Documentation

alignment

const Alignment alignment

The alignment of the typed text (LEFT,CENTER,RIGHT)

direction

const TextDirection direction

The text direction (LTR,RTL,...) of the typed text.

fontIdx

const unsigned char fontIdx

The ID of the font associated with the typed text.