Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Fonts
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Fonts/SlateFontInfo.h |
| Include | #include "Fonts/SlateFontInfo.h" |
Syntax
struct FFontOutlineSettings
Remarks
Settings for applying an outline to a font
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bApplyOutlineToDropShadows | When enabled the outline will be applied to any drop shadow that uses this font | |
| bool | bSeparateFillAlpha | When enabled the outline will be completely translucent where the filled area will be. | |
| FLinearColor | OutlineColor | The color of the outline for any character in this font | |
| TObjectPtr< UObject > | OutlineMaterial | Optional material to apply to the outline | |
| int32 | OutlineSize | Size of the outline in slate units (at 1.0 font scale this unit is a pixel) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFontOutlineSettings
(
int32 InOutlineSize, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsIdenticalTo
(
const FFontOutlineSettings& Other |
||
| bool | IsIdenticalToForCaching
(
const FFontOutlineSettings& Other |
||
| bool | IsVisible () |
||
| void | PostSerialize
(
const FArchive& Ar |
||
| bool |
Constants
| Name | Description |
|---|---|
| NoOutline |