touchgfx::ConstFont::getPixelData() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ConstFont::getPixelData() const

touchgfx::ConstFont::getPixelData() const method

@fn virtual const uint8_t* ConstFont::getPixelData(const GlyphNode* glyph) const = 0; Gets the pixel date associated with this glyph. Gets the pixel date associated with this glyph.

Syntax

virtual const uint8_t* getPixelData(const GlyphNode* glyph) const = 0;

Arguments

glyph

The glyph to get the pixels data from.

Return value

Pointer to the pixel data of this glyph.

References

LocationReferrerScopeText
ConstFont.hpp:94
virtual const uint8_t* getPixelData(const GlyphNode* glyph) const = 0;
InternalFlashFont.hpp:74touchgfx::InternalFlashFont::getPixelData() consttouchgfx::InternalFlashFont
virtual const uint8_t* getPixelData(const GlyphNode* glyph) const;

Override Tree

Overridden methods
touchgfx::ConstFont::getPixelData() const
Type of touchgfx::ConstFont::getPixelData() const
touchgfx::ConstFont::getPixelData() const
uint8_t
all items filtered out