UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EFontFallback
Definition SlateFontInfo.h:23
Definition FontCacheCompositeFont.h:203
Definition FontCacheFreeType.h:533
Definition FontCacheFreeType.h:228
Definition FontCacheFreeType.h:199
Definition SlateFontRenderer.h:58
int16 GetBaseline(const FSlateFontInfo &InFontInfo, const float InScale) const
Definition SlateFontRenderer.cpp:215
bool HasKerning(const FFontData &InFontData) const
Definition SlateFontRenderer.cpp:279
TSharedPtr< FFreeTypeKerningCache > GetKerningCache(const FFontData &InFontData, const uint32 InFontRenderSize) const
Definition SlateFontRenderer.cpp:322
void GetStrikeMetrics(const FSlateFontInfo &InFontInfo, const float InScale, int16 &OutStrikeLinePos, int16 &OutStrikeLineThickness) const
Definition SlateFontRenderer.cpp:257
void GetUnderlineMetrics(const FSlateFontInfo &InFontInfo, const float InScale, int16 &OutUnderlinePos, int16 &OutUnderlineThickness) const
Definition SlateFontRenderer.cpp:236
bool CanLoadCodepoint(const FFontData &InFontData, const UTF32CHAR InCodepoint, EFontFallback MaxFallbackLevel) const
Definition SlateFontRenderer.cpp:332
bool GetRenderData(const FShapedGlyphEntry &InShapedGlyph, const FFontOutlineSettings &InOutlineSettings, FCharacterRenderData &OutRenderData) const
Definition SlateFontRenderer.cpp:407
int8 GetKerning(const FFontData &InFontData, const float InSize, TCHAR First, TCHAR Second, const float InScale) const
Definition SlateFontRenderer.cpp:295
uint16 GetMaxHeight(const FSlateFontInfo &InFontInfo, const float InScale) const
Definition SlateFontRenderer.cpp:192
Definition SharedPointer.h:692
Definition SlateFontRenderer.cpp:43
const TCHAR InvalidSubChar
Definition SlateFontRenderer.h:41
Definition FontTypes.h:99
Definition CompositeFont.h:145
Definition SlateFontInfo.h:37
Definition SlateFontRenderer.h:15
EFontFallback CharFallbackLevel
Definition SlateFontRenderer.h:26
FFreeTypeFaceGlyphData()
Definition SlateFontRenderer.h:28
uint32 GlyphFlags
Definition SlateFontRenderer.h:23
uint32 GlyphIndex
Definition SlateFontRenderer.h:20
TSharedPtr< FFreeTypeFace > FaceAndMemory
Definition SlateFontRenderer.h:17
Definition FontCache.h:143
Definition SlateFontInfo.h:147