Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Fonts > FSlateFontMeasure
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontMeasure.h |
Include | #include "Fonts/FontMeasure.h" |
Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontMeasure.cpp |
uint16 GetMaxCharacterHeight
(
const FSlateFontInfo & InFontInfo,
float FontScale
) const
Remarks
Returns the height of the largest character in the font. The largest character height
Parameters
Name | Description |
---|---|
InFontInfo | A descriptor of the font to get character size for |
FontScale | The scale to apply to the font |