FSlateFontMeasure::Measure

Measures the width and height of a passed in text.

Windows
MacOS
Linux

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

Syntax

virtual FVector2D Measure
(
    const FText & Text,
    const FSlateFontInfo & InFontInfo,
    float FontScale
) const

Remarks

Measures the width and height of a passed in text. The height is the maximum height of the largest character in the font/size pair

Returns

The width and height of the text.

Parameters

Parameter

Description

Text

The text to measure

InFontInfo

Information about the font that the text is drawn with

FontScale

The scale to apply to the font

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss