touchgfx::GlyphNode::_advance is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::GlyphNode::_advance field

Syntax

uint8_t _advance;

References

LocationReferrerScopeText
Font.hpp:58
uint8_t _advance; ///< Width of the glyph (including space to the left and right)
Font.hpp:116touchgfx::GlyphNode::advance() consttouchgfx::GlyphNode
return ((flags & GLYPH_DATA_ADVANCE_BIT8) ? 0x0100 : 0) | (uint16_t)_advance;

Data Use

Functions reading touchgfx::GlyphNode::_advance
touchgfx::GlyphNode::_advance
Type of touchgfx::GlyphNode::_advance
touchgfx::GlyphNode::_advance
uint8_t
all items filtered out