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

touchgfx::Font::getGlyph() const method

@fn virtual const GlyphNode* Font::getGlyph(Unicode::UnicodeChar unicode, const uint8_t*& pixelData, uint8_t& bitsPerPixel) const = 0; Gets the glyph data associated with the specified unicode. Gets the glyph data associated with the specified unicode.

Syntax

virtual const GlyphNode* getGlyph(Unicode::UnicodeChar unicode,     const uint8_t*& pixelData,     uint8_t& bitsPerPixel) const = 0;

Arguments

unicode

The character to look up.

pixelData

Pointer to the pixel data for the glyph if the glyph is found. This is set by this method.

bitsPerPixel

Return value

A pointer to the glyph node or null if the glyph was not found.

References

Call Tree

Functions calling touchgfx::Font::getGlyph() const
Functions called by touchgfx::Font::getGlyph() const
touchgfx::Font::getGlyph() const
all items filtered out
Data read by touchgfx::Font::getGlyph() const
touchgfx::Font::getGlyph() const::dummyPixelDataPointer
touchgfx::Font::getGlyph() const::bitsPerPixelDummy
touchgfx::Font::getGlyph() const::glyph
all items filtered out
touchgfx::Font::getGlyph() const
Overridden methods
touchgfx::Font::getGlyph() const
Type of touchgfx::Font::getGlyph() const
touchgfx::Font::getGlyph() const
uint8_t
all items filtered out