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

touchgfx::LCD::drawStringRTLLine() method

Syntax

bool drawStringRTLLine(int16_t& offset,     const Font* font,     TextDirection textDirection,     Unicode::UnicodeChar& currChar,     TextProvider& textProvider,     TextProvider& widthTextProvider,     DrawStringInternalFunctionPointer internalFunction,     const int numChars,     const bool useEllipsis,     DrawStringInternalStruct const* data);

Arguments

widthTextProvider

internalFunction

numChars

useEllipsis

data

offset

font

textDirection

currChar

textProvider