Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
Inheritance Hierarchy
- FShapedTextContext
- FRunTextContext
- FLayoutBlockTextContext
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h |
| Include | #include "Framework/Text/IRun.h" |
Syntax
struct FShapedTextContext
Remarks
The basic data needed when shaping a run of text
Variables
| Type | Name | Description | |
|---|---|---|---|
| TextBiDi::ETextDirection | BaseDirection | The base direction of the current line of text | |
| ETextShapingMethod | TextShapingMethod | The method used to shape the text within this layout |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FShapedTextContext
(
const ETextShapingMethod InTextShapingMethod, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FShapedTextContext& Other |
||
| bool | operator==
(
const FShapedTextContext& Other |