TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::TypedText::TypedTextData from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TypedText::TypedTextData

touchgfx::TypedText::TypedTextData struct

@struct TypedTextData TypedText.hpp touchgfx/TypedText.hpp The data structure for typed texts. The data structure for typed texts.

Syntax

struct TypedTextData {     const unsigned char fontIdx;            const Alignment     alignment : 2;      const TextDirection direction : 2;  };

Fields

fontIdx

No summary provided. Read more...

alignment

No summary provided. Read more...

direction

No summary provided. Read more...

Examples

touchgfx::TypedText::TypedTextData is referenced by 4 libraries and example projects.

References

LocationReferrerScopeText
TypedText.hpp:63
struct TypedTextData
TypedText.hpp:183touchgfx::TypedText::registerTypedTextDatabase()
static void registerTypedTextDatabase(const TypedTextData* data, const Font* const* f, const uint16_t n)
TypedText.hpp:213touchgfx::TypedText::typedTextstouchgfx::TypedText
static const TypedTextData* typedTexts;

Type Use

Variables of touchgfx::TypedText::TypedTextData type
touchgfx::TypedText::TypedTextData