Slate.EnableLegacyFontHinting
Slate.EnableLegacyFontHinting
#Overview
name: Slate.EnableLegacyFontHinting
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enable the legacy font hinting? (0/1).
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/SlateCore/Private/Fonts/FontCacheFreeType.cpp:18
Scope: file
Source code excerpt:
static int32 GSlateEnableLegacyFontHinting = 0;
static FAutoConsoleVariableRef CVarSlateEnableLegacyFontHinting(TEXT("Slate.EnableLegacyFontHinting"), GSlateEnableLegacyFontHinting, TEXT("Enable the legacy font hinting? (0/1)."), ECVF_Default);
// The total amount of memory freetype allocates internally
DECLARE_MEMORY_STAT(TEXT("FreeType Total Allocated Memory"), STAT_SlateFreetypeAllocatedMemory, STATGROUP_SlateMemory);
// The active counts of resident and streaming fonts
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("Num Resident Fonts"), STAT_SlateResidentFontCount, STATGROUP_SlateMemory);