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

touchgfx::LCD::DrawStringInternalStruct class

Syntax

class DrawStringInternalStruct { public:     uint16_t* frameBuffer;     const Rect*          widgetArea;     int16_t              widgetRectY;     const Rect*          toDraw;     const StringVisuals* stringVisuals;     TextProvider*        drawTextProvider;     DrawStringInternalStruct() :         frameBuffer(0), widgetArea(0), widgetRectY(0), toDraw(0), stringVisuals(0), drawTextProvider(0)     {     } };

Fields

frameBuffer

No summary provided. Read more...

widgetArea

No summary provided. Read more...

widgetRectY

No summary provided. Read more...

toDraw

No summary provided. Read more...

stringVisuals

No summary provided. Read more...

drawTextProvider

No summary provided. Read more...

References

LocationReferrerScopeText
LCD.hpp:583
class DrawStringInternalStruct
LCD.hpp:598data
typedef void (LCD::*DrawStringInternalFunctionPointer)(int16_t& offset, const Font* font, const TextDirection textDirection, TextProvider& widthTextProvider, const int numChars, const bool useEllipsis, DrawStringInternalStruct const* data);
LCD.hpp:599touchgfx::LCD::drawStringRTLLine()::datatouchgfx::LCD::drawStringRTLLine()
LCD.hpp:600touchgfx::LCD::drawStringWidthInternal()::datatouchgfx::LCD::drawStringWidthInternal()
void drawStringWidthInternal(int16_t& offset, const Font* font, const TextDirection textDirection, TextProvider& textProvider, const int numChars, const bool useEllipsis, DrawStringInternalStruct const* data);
LCD.hpp:601touchgfx::LCD::drawStringRTLInternal()::datatouchgfx::LCD::drawStringRTLInternal()
void drawStringRTLInternal(int16_t& offset, const Font* font, const TextDirection textDirection, TextProvider& widthTextProvider, const int numChars, const bool useEllipsis, DrawStringInternalStruct const* data);

Type Use

Variables of touchgfx::LCD::DrawStringInternalStruct type
touchgfx::LCD::DrawStringInternalStruct