Choose your operating system:
Windows
macOS
Linux
| FCanvasItem
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/CanvasItem.h |
Include |
#include "CanvasItem.h" |
class FCanvasTextItem : public FCanvasTextItemBase
Text item with misc optional items such as shadow, centering etc.
Name | Description | |
---|---|---|
|
FCanvasTextItem ( |
Text item |
|
FCanvasTextItem ( |
Text item |
Name | Description | ||
---|---|---|---|
|
DrawStringInternal_OfflineCache ( |
Internal string draw In a method to make it simpler to do effects like shadow, outline |
|
|
DrawStringInternal_RuntimeCache ( |
||
|
EFontCacheTy... |
GetFontCacheType() |
Get the type of font cache the UFont is using |
Name | Description | ||
---|---|---|---|
|
DrawStringInternal ( |
Internal string draw In a method to make it simpler to do effects like shadow, outline |
|
|
ESimpleEleme... |
GetTextBlendMode ( |
Get the blend mode we should use to draw this text |
|
GetTextSize ( |
Get the measured size of the text to draw |
|
|
HasValidText() |
Does this text item have valid text to draw? |