FTypefaceEntry

A single entry in a typeface

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Fonts/CompositeFont.h"

Syntax

struct FTypefaceEntry

Remarks

A single entry in a typeface

Variables

Name Description

Public variable

FFontData

 

Font

Raw font data for this font

Public variable

FName

 

Name

Name used to identify this font within its typeface

Constructors

Name Description

Public function

FTypefaceEntry()

Default constructor

Public function

FTypefaceEntry

(
    const FName& InFontName
)

Construct the entry from a name

Public function

FTypefaceEntry

(
    const FName& InFontName,
    FString InFontFilename,
    const EFontHinting InHinting,
    const EFontLoadingPolicy InLoadingP...
)

Construct the entry from a filename and the font data attributes

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