FCharacterList::GetKerning

Gets a kerning value for a pair of character entries

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
(
    const FCharacterEntry & FirstCharacterEntry,
    const FCharacterEntry & SecondCharacterEntry
)

Remarks

Gets a kerning value for a pair of character entries

Returns

The kerning value

Parameters

Parameter

Description

FirstCharacterEntry

The first character entry in the pair

SecondCharacterEntry

The second character entry in the pair

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