Open 3D Engine LyShine Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
UiTextComponent::DrawBatchLine Struct Reference

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.
 

Detailed Description

A single line of text that can be composed of multiple DrawBatch objects.


The documentation for this struct was generated from the following file: