Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvasShapedTextItem
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
| Include | #include "CanvasItem.h" |
FCanvasShapedTextItem
(
const FVector2D & InPosition,
FShapedGlyphSequenceRef InShapedGlyphSequence,
const FLinearColor & InColor
)
Remarks
Shaped text item for complex script rendering.
Parameters
| Name | Description |
|---|---|
| InPosition | Draw position |
| InShapedGlyphSequence | Shaped text information to draw |
| InColor | Color to draw the text with |