UFont::GetCharKerning

Gets the kerning value for a pair of characters

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Font.h

Include

#include "Engine/Font.h"

Source

/Engine/Source/Runtime/Engine/Private/Font.cpp

Syntax

int8 GetCharKerning
(
    TCHAR First,
    TCHAR Second
) const

Remarks

Gets the 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

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