FSlateFontCache::GetFontAttributes

Returns the font attributes for the specified font.

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

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

Include

#include "Fonts/FontCache.h"

Source

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

Syntax

const TSet< FName > & GetFontAttributes
(
    const FFontData & InFontData
) const

Remarks

Returns the font attributes for the specified font.

Returns

The font attributes for the specified font.

Parameters

Parameter

Description

InFontData

The font to get attributes for