EFontImportFlags

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

/Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h

Include

#include "IDesktopPlatform.h"

Syntax

enum EFontImportFlags
{
    None                     = 0x0,
    EnableAntialiasing       = 0x1,
    EnableBold               = 0x2,
    EnableItalic             = 0x4,
    EnableUnderline          = 0x8,
    AlphaOnly                = 0x10,
    CreatePrintableOnly      = 0x20,
    IncludeASCIIRange        = 0x40,
    EnableDropShadow         = 0x80,
    EnableLegacyMode         = 0x100,
    UseDistanceFieldAlpha    = 0x200,
}

Values

Name

Description

None

EnableAntialiasing

EnableBold

EnableItalic

EnableUnderline

AlphaOnly

CreatePrintableOnly

IncludeASCIIRange

EnableDropShadow

EnableLegacyMode

UseDistanceFieldAlpha

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