Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Fonts/FontCache.h |
Include |
#include "Fonts/FontCache.h" |
Source |
/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCache.cpp |
Calculates the kerning amount for a pair of characters
The kerning amount, 0 if no kerning
Parameter |
Description |
---|---|
InFontData |
The font that used to draw the string with the first and second characters |
InSize |
The size of the font to draw |
First |
The first character in the pair |
Second |
The second character in the pair |