FSlateFontInfo::FSlateFontInfo

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

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Fonts/SlateFontInfo.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Fonts/SlateFontInfo.cpp

Syntax

FSlateFontInfo
(
    const FString & InFontName,
    uint16 InSize,
    EFontHinting InHinting,
    const FFontOutlineSettings & InOutlineSettings
)

Remarks

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

Parameters

Parameter

Description

InFontName

The name of the font.

InSize

The size of the font.

InHinting

The type of hinting to use for the font.

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