touchgfx::TextProvider::initialize() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TextProvider::initialize()

touchgfx::TextProvider::initialize() method

@fn void TextProvider::initialize(const Unicode::UnicodeChar* format, va_list pArg); Initializes the TextProvider. Initializes the TextProvider. Each '\2' character in the format is replaced by one UnicodeChar* argument from pArg.

Syntax

void initialize(const Unicode::UnicodeChar* format,     va_list pArg);

Arguments

format

The string to format.

pArg

Format arguments in the form of a va_list.

References

LocationText
TextProvider.hpp:60
void initialize(const Unicode::UnicodeChar* format, va_list pArg);