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

touchgfx::GlyphFlags::GLYPH_DATA_TOP_BIT8

Syntax

GLYPH_DATA_TOP_BIT8 = 0x20;

References

LocationReferrerScopeText
Font.hpp:36
GLYPH_DATA_TOP_BIT8 = 0x20, ///< The 9th bit of "top"
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 using touchgfx::GlyphFlags::GLYPH_DATA_TOP_BIT8
touchgfx::GlyphFlags::GLYPH_DATA_TOP_BIT8
all items filtered out