Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FCharacterList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int8 GetKerning
(
const FCharacterEntry& FirstCharacterEntry, |
Gets a kerning value for a pair of character entries | Fonts/FontCache.h | |
int8 GetKerning
(
TCHAR FirstChar, |
Gets a kerning value for a pair of characters | Fonts/FontCache.h |
GetKerning(const FCharacterEntry &, const FCharacterEntry &)
Description
Gets a kerning value for a pair of character entries
| Name | GetKerning |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
int8 GetKerning
(
const FCharacterEntry & FirstCharacterEntry,
const FCharacterEntry & SecondCharacterEntry
)
The kerning value
Parameters
| Name | Remarks |
|---|---|
| FirstCharacterEntry | The first character entry in the pair |
| SecondCharacterEntry | The second character entry in the pair |
GetKerning(TCHAR, TCHAR, const EFontFallback)
Description
Gets a kerning value for a pair of characters
| Name | GetKerning |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
| Include Path | #include "Fonts/FontCache.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
int8 GetKerning
(
TCHAR FirstChar,
TCHAR SecondChar,
const EFontFallback MaxFontFallback
)
The kerning value
Parameters
| Name | Remarks |
|---|---|
| FirstChar | The first character in the pair |
| SecondChar | The second character in the pair |
| MaxFontFallback | The maximum fallback level that can be used when resolving glyphs |