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

touchgfx::InternalFlashFont::getPixelData() const method

@fn virtual const uint8_t* InternalFlashFont::getPixelData(const GlyphNode* glyph) const; Obtains a RAM-based pointer to the pixel data for the specified glyph. Obtains a RAM-based pointer to the pixel data for the specified glyph.

Syntax

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

Arguments

glyph

The glyph to get the pixels data of.

Return value

The pixel data of the glyph.

References

LocationText
InternalFlashFont.hpp:74
virtual const uint8_t* getPixelData(const GlyphNode* glyph) const;

Override Tree

Methods overriding this one
touchgfx::InternalFlashFont::getPixelData() const
Type of touchgfx::InternalFlashFont::getPixelData() const
touchgfx::InternalFlashFont::getPixelData() const
uint8_t
all items filtered out