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

touchgfx::Font::getCharWidth() const method

@fn virtual uint16_t Font::getCharWidth(const Unicode::UnicodeChar c) const; Gets the width in pixels of the specified character. Gets the width in pixels of the specified character.

Syntax

virtual uint16_t getCharWidth(const Unicode::UnicodeChar c) const;

Arguments

c

The unicode character.

Return value

The width in pixels of the specified character.

References

LocationText
Font.hpp:286
virtual uint16_t getCharWidth(const Unicode::UnicodeChar c) const;

Type Use

Type of touchgfx::Font::getCharWidth() const
touchgfx::Font::getCharWidth() const
uint16_t
all items filtered out