touchgfx::GlyphFlags::GLYPH_DATA_ADVANCE_BIT8 is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::GlyphFlags::GLYPH_DATA_ADVANCE_BIT8

touchgfx::GlyphFlags::GLYPH_DATA_ADVANCE_BIT8

Syntax

GLYPH_DATA_ADVANCE_BIT8 = 0x80;

References

LocationReferrerScopeText
Font.hpp:38
GLYPH_DATA_ADVANCE_BIT8 = 0x80 ///< The 9th bit of "advance"
Font.hpp:116touchgfx::GlyphNode::advance() consttouchgfx::GlyphNode
return ((flags & GLYPH_DATA_ADVANCE_BIT8) ? 0x0100 : 0) | (uint16_t)_advance;

Data Use

Functions using touchgfx::GlyphFlags::GLYPH_DATA_ADVANCE_BIT8
touchgfx::GlyphFlags::GLYPH_DATA_ADVANCE_BIT8