FCharacterList::GetKerning

Gets a kerning value for a pair of characters

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

int8 GetKerning
(
    TCHAR FirstChar,
    TCHAR SecondChar,
    const EFontFallback MaxFontFallback
)

Remarks

Gets a kerning value for a pair of characters

Returns

The kerning value

Parameters

Parameter

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss