![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "Fonts/ShapedTextFwd.h"#include "Fonts/SlateFontInfo.h"#include "Framework/Text/IRun.h"Go to the source code of this file.
Classes | |
| struct | FCachedShapedTextKey |
| class | FShapedTextCache |
Namespaces | |
| namespace | ShapedTextCacheUtil |
Functions | |
| SLATE_API FVector2D | ShapedTextCacheUtil::MeasureShapedText (const FShapedTextCacheRef &InShapedTextCache, const FCachedShapedTextKey &InRunKey, const FTextRange &InMeasureRange, const TCHAR *InText) |
| SLATE_API int32 | ShapedTextCacheUtil::FindCharacterIndexAtOffset (const FShapedTextCacheRef &InShapedTextCache, const FCachedShapedTextKey &InRunKey, const FTextRange &InTextRange, const TCHAR *InText, const int32 InHorizontalOffset) |
| SLATE_API int8 | ShapedTextCacheUtil::GetShapedGlyphKerning (const FShapedTextCacheRef &InShapedTextCache, const FCachedShapedTextKey &InRunKey, const int32 InGlyphIndex, const TCHAR *InText) |
| SLATE_API FShapedGlyphSequenceRef | ShapedTextCacheUtil::GetShapedTextSubSequence (const FShapedTextCacheRef &InShapedTextCache, const FCachedShapedTextKey &InRunKey, const FTextRange &InTextRange, const TCHAR *InText, const TextBiDi::ETextDirection InTextDirection) |