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

touchgfx::ConstFont::getGlyph() const method

@fn virtual const GlyphNode* ConstFont::getGlyph(Unicode::UnicodeChar unicode, const uint8_t*& pixelData, uint8_t& bitsPerPixel) const; Gets the glyph data associated with the specified unicode. Gets the glyph data associated with the specified unicode. An implementation of Font::getGlyph. Searches the glyph list for the specified font. Complexity O(log n)

Syntax

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

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

LocationText
ConstFont.hpp:81
virtual const GlyphNode* getGlyph(Unicode::UnicodeChar unicode, const uint8_t*& pixelData, uint8_t& bitsPerPixel) const;

Override Tree

Methods overriding this one
touchgfx::ConstFont::getGlyph() const
all items filtered out
Type of touchgfx::ConstFont::getGlyph() const
touchgfx::ConstFont::getGlyph() const
all items filtered out