Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text > API/Runtime/Slate/Framework/Text/FTextLayout
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/TextLayout.h |
| Include | #include "Framework/Text/TextLayout.h" |
Syntax
class FRunModel
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRunModel
(
const TSharedRef< IRun >& InRun |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendTextTo
(
FString& Text |
||
| void | AppendTextTo
(
FString& Text, |
||
| void | BeginLayout () |
||
| int32 | BinarySearchForBeginIndex
(
const TArray< FTextRange >& Ranges, |
||
| int32 | BinarySearchForEndIndex
(
const TArray< FTextRange >& Ranges, |
||
| void | ClearCache () |
||
| TSharedRef< ILayoutBlock > | CreateBlock
(
const FBlockDefinition& BlockDefine, |
||
| void | EndLayout () |
||
| int16 | GetBaseLine
(
float Scale |
||
| int8 | GetKerning
(
int32 CurrentIndex, |
||
| int16 | GetMaxHeight
(
float Scale |
||
| TSharedRef< IRun > | GetRun () |
||
| FTextRange | GetTextRange () |
||
| FVector2D | Measure
(
int32 BeginIndex, |
||
| void | SetTextRange
(
const FTextRange& Value |