TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Font::StringWidthFunctionPointer 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::Font::StringWidthFunctionPointer

touchgfx::Font::StringWidthFunctionPointer

@typedef uint16_t (Font::*StringWidthFunctionPointer)(TextDirection textDirection, const Unicode::UnicodeChar* text, va_list pArg) const Defines an alias representing the constant.

Syntax

typedef uint16_t(Font::*StringWidthFunctionPointer)(TextDirection textDirection, const Unicode::UnicodeChar* text, va_list pArg) const;

Examples

touchgfx::Font::StringWidthFunctionPointer is referenced by 4 libraries and example projects.

References

LocationReferrerScopeText
Font.hpp:476
typedef uint16_t(Font::*StringWidthFunctionPointer)(TextDirection textDirection, const Unicode::UnicodeChar* text, va_list pArg) const;
Font.hpp:478touchgfx::Font::getStringWidthFunctiontouchgfx::Font
static StringWidthFunctionPointer getStringWidthFunction; ///< The getStringWidth function, either LTR (supporting LTR only) or RTL (supporting RTL and LTR)

Type Use

Variables of touchgfx::Font::StringWidthFunctionPointer type
touchgfx::Font::StringWidthFunctionPointer