TouchGFX + 0/3 examples
CodeScope will show references to touchgfx::Font::getFontHeight() const from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Font::getFontHeight() const

touchgfx::Font::getFontHeight() const method

@fn virtual uint16_t Font::getFontHeight() const Returns the height in pixels of this font. Returns the height in pixels of this font. The returned value corresponds to the maximum height occupied by a character in the font.

Syntax

virtual uint16_t getFontHeight() const;

Return value

The height in pixels of this font.

Notes

It is not sufficient to allocate text areas with this height. Use getMinimumTextHeight for this.

Examples

touchgfx::Font::getFontHeight() const is referenced by 3 libraries and example projects.

References

LocationReferrerScopeText
Font.hpp:330
virtual uint16_t getFontHeight() const
TextArea.hpp:144touchgfx::TextArea::setBaselineY()touchgfx::TextArea
setY(baselineY - getTypedText().getFont()->getFontHeight());

Call Tree

Functions calling touchgfx::Font::getFontHeight() const
touchgfx::Font::getFontHeight() const
Data read by touchgfx::Font::getFontHeight() const
all items filtered out
touchgfx::Font::getFontHeight() const
Type of touchgfx::Font::getFontHeight() const
touchgfx::Font::getFontHeight() const
uint16_t
all items filtered out