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

touchgfx::GlyphFlags::GLYPH_DATA_TOP_BIT9

Syntax

GLYPH_DATA_TOP_BIT9 = 0x40;

References

LocationReferrerScopeText
Font.hpp:37
GLYPH_DATA_TOP_BIT9 = 0x40, ///< The sign 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_BIT9
touchgfx::GlyphFlags::GLYPH_DATA_TOP_BIT9
all items filtered out