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

touchgfx::ConstFont::find() const method

@fn const GlyphNode* ConstFont::find(Unicode::UnicodeChar unicode) const; Finds the glyph data associated with the specified unicode. Finds the glyph data associated with the specified unicode.

Syntax

Arguments

unicode

The character to look up.

Return value

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

References

LocationText
ConstFont.hpp:123
const GlyphNode* find(Unicode::UnicodeChar unicode) const;

Type Use

Type of touchgfx::ConstFont::find() const
touchgfx::ConstFont::find() const
all items filtered out