touchgfx::Font::getSpacingAbove() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Font::getSpacingAbove() const

touchgfx::Font::getSpacingAbove() const method

@fn virtual uint8_t Font::getSpacingAbove(const Unicode::UnicodeChar* text, ...) const; Gets the number of blank pixels at the top of the given text. Gets the number of blank pixels at the top of the given text.

Syntax

virtual uint8_t getSpacingAbove(const Unicode::UnicodeChar* text, ...) const;

Arguments

text

A zero-terminated unicode string.

Return value

The number of blank pixels above the text.

References

Call Tree

Functions calling touchgfx::Font::getSpacingAbove() const
touchgfx::Font::getSpacingAbove() const
Type of touchgfx::Font::getSpacingAbove() const
touchgfx::Font::getSpacingAbove() const
uint8_t
all items filtered out