Open 3D Engine LyShine Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
A single line of text that can be composed of multiple DrawBatch objects. More...
#include <UiTextComponent.h>
Public Member Functions | |
bool | CheckAndSplitLine (const STextDrawContext &ctx, float maxWidth, DrawBatchLine &newDrawBatchLineOut) |
Check whether the line is overflowing and split it into two lines if it is overflowing. | |
Public Attributes | |
DrawBatchContainer | drawBatchList |
DrawBatches that the line is composed of. | |
AZ::Vector2 | lineSize |
Pixel size of entire line of text. | |
A single line of text that can be composed of multiple DrawBatch objects.