FSlateFontInfo

Overload list

Windows
MacOS
Linux
Name Description

Public function

FSlateFontInfo()

Default constructor.

Public function

FSlateFontInfo

(
    const FName& InFontName,
    uint16 InSize,
    EFontHinting InHinting
)

DEPRECATED - Creates and initializes a new instance with the specified font name and size.

Public function

FSlateFontInfo

(
    const ANSICHAR* InFontName,
    uint16 InSize,
    EFontHinting InHinting
)

DEPRECATED - Creates and initializes a new instance with the specified font name and size.

Public function

FSlateFontInfo

(
    const WIDECHAR* InFontName,
    uint16 InSize,
    EFontHinting InHinting
)

DEPRECATED - Creates and initializes a new instance with the specified font name and size.

Public function

FSlateFontInfo

(
    TSharedPtr< const FCompositeFont > ...,
    const int32 InSize,
    const FName& InTypefaceFontName,
    const FFontOutlineSettings& InOutl...
)

Creates and initializes a new instance with the specified font, size, and emphasis.

Public function

FSlateFontInfo

(
    const UObject* InFontObject,
    const int32 InSize,
    const FName& InTypefaceFontName,
    const FFontOutlineSettings& InOutl...
)

Creates and initializes a new instance with the specified font, size, and emphasis.

Public function

FSlateFontInfo

(
    const FString& InFontName,
    uint16 InSize,
    EFontHinting InHinting,
    const FFontOutlineSettings& InOutl...
)

DEPRECATED - Creates and initializes a new instance with the specified font name and size.

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