Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
Include |
#include "Fonts/FontCache.h" |
Source |
/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
uint16 GetMaxCharacterHeight
(
const FSlateFontInfo & InFontInfo,
float FontScale
) const
Returns the height of the largest character in the font.
The largest character height
Parameter |
Description |
---|---|
InFontInfo |
A descriptor of the font to get character size for |
FontScale |
The scale to apply to the font |