SetFont

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

FTextBlockSt...

 

SetFont

(
    const FSlateFontInfo& InFont
)

Public function

FTextBlockSt...

 

SetFont

(
    const FName& InFontName,
    uint16 InSize
)

Public function

FTextBlockSt...

 

SetFont

(
    const FString& InFontName,
    uint16 InSize
)

Public function

FTextBlockSt...

 

SetFont

(
    const WIDECHAR* InFontName,
    uint16 InSize
)

Public function

FTextBlockSt...

 

SetFont

(
    const ANSICHAR* InFontName,
    uint16 InSize
)

Public function

FTextBlockSt...

 

SetFont

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

Public function

FTextBlockSt...

 

SetFont

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