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

touchgfx::GlyphFlags::GLYPH_DATA_WIDTH_BIT8

Syntax

GLYPH_DATA_WIDTH_BIT8 = 0x08;

References

LocationReferrerScopeText
Font.hpp:34
GLYPH_DATA_WIDTH_BIT8 = 0x08, ///< The 9th bit of "width"
Font.hpp:74touchgfx::GlyphNode::width() consttouchgfx::GlyphNode
return ((flags & GLYPH_DATA_WIDTH_BIT8) ? 0x0100 : 0) | (uint16_t)_width;

Data Use

Functions using touchgfx::GlyphFlags::GLYPH_DATA_WIDTH_BIT8
touchgfx::GlyphFlags::GLYPH_DATA_WIDTH_BIT8