EFontLayoutMethod

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Fonts/CompositeFont.h

Include

#include "Fonts/CompositeFont.h"

Syntax

enum EFontLayoutMethod
{
    Metrics,
    BoundingBox,
}

Values

Name

Description

Metrics

Layout the font using the metrics data available in the font.

BoundingBox

Layout the font using the values from its bounding box.

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