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

touchgfx::TextAreaWithWildcardBase::calculateTextHeight() const method

@fn int16_t TextAreaWithWildcardBase::calculateTextHeight(const Unicode::UnicodeChar* format, ...) const; Gets the total height needed by the text. Gets the total height needed by the text. Determined by number of lines and linespace. The number of wildcards in the text should match the number of values for the wildcards.

Syntax

int16_t calculateTextHeight(const Unicode::UnicodeChar* format, ...) const;

Arguments

format

The text containing %s wildcards.

Return value

the total height needed by the text.

Call Tree

Functions calling touchgfx::TextAreaWithWildcardBase::calculateTextHeight() const
touchgfx::TextAreaWithWildcardBase::calculateTextHeight() const
Type of touchgfx::TextAreaWithWildcardBase::calculateTextHeight() const
touchgfx::TextAreaWithWildcardBase::calculateTextHeight() const
int16_t
all items filtered out