Navigation
API > API/Runtime > API/Runtime/SlateCore
Settings for signed distance field fonts.
| Name | FFontSdfSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontSdfSettings.h |
| Include Path | #include "Fonts/FontSdfSettings.h" |
Syntax
USTRUCT (BlueprintType )
struct FFontSdfSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BasePpem | int32 | The base pixels per em for generated distance fields | Fonts/FontSdfSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetClampedPpem() |
Returns the clamped and aligned pixels/em | Fonts/FontSdfSettings.h |