Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FTextBlockStyle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTextBlockStyle & SetFont
(
const FSlateFontInfo& InFont |
Styling/SlateTypes.h | ||
FTextBlockStyle & SetFont
(
const FName& InFontName, |
Styling/SlateTypes.h | ||
FTextBlockStyle & SetFont
(
const FString& InFontName, |
Styling/SlateTypes.h | ||
FTextBlockStyle & SetFont
(
const WIDECHAR* InFontName, |
Styling/SlateTypes.h | ||
FTextBlockStyle & SetFont
(
const ANSICHAR* InFontName, |
Styling/SlateTypes.h | ||
FTextBlockStyle & SetFont
(
TSharedPtr< const FCompositeFont > InCompositeFont, |
Styling/SlateTypes.h | ||
FTextBlockStyle & SetFont
(
const UObject* InFontObject, |
Styling/SlateTypes.h |
SetFont(const FSlateFontInfo &)
| Name | SetFont |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
FTextBlockStyle & SetFont
(
const FSlateFontInfo & InFont
)
SetFont(const FName &, float)
| Name | SetFont |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateTypes.cpp |
FTextBlockStyle & SetFont
(
const FName & InFontName,
float InSize
)
SetFont(const FString &, float)
| Name | SetFont |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateTypes.cpp |
FTextBlockStyle & SetFont
(
const FString & InFontName,
float InSize
)
SetFont(const WIDECHAR *, float)
| Name | SetFont |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateTypes.cpp |
FTextBlockStyle & SetFont
(
const WIDECHAR * InFontName,
float InSize
)
SetFont(const ANSICHAR *, float)
| Name | SetFont |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Styling/SlateTypes.cpp |
FTextBlockStyle & SetFont
(
const ANSICHAR * InFontName,
float InSize
)
SetFont(TSharedPtr< const FCompositeFont >, const float, const FName &)
| Name | SetFont |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
FTextBlockStyle & SetFont
(
TSharedPtr < const FCompositeFont > InCompositeFont,
const float InSize,
const FName & InTypefaceFontName
)
SetFont(const UObject *, const float, const FName &)
| Name | SetFont |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
| Include Path | #include "Styling/SlateTypes.h" |
FTextBlockStyle & SetFont
(
const UObject * InFontObject,
const float InSize,
const FName & InTypefaceFontName
)