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

touchgfx::GlyphNode::_top field

Syntax

uint8_t _top;

References

LocationReferrerScopeText
Font.hpp:56
uint8_t _top; ///< Vertical offset from baseline of the glyph
Font.hpp:102touchgfx::GlyphNode::top() consttouchgfx::GlyphNode
return (int16_t)(((flags & GLYPH_DATA_TOP_BIT9) ? 0xFE00 : 0) | ((flags & GLYPH_DATA_TOP_BIT8) ? 0x100 : 0) | (uint16_t)_top);

Data Use

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