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.
TextMarkup::FontTag Struct Reference

Allows modifying font display properties, such as face and color. More...

#include <TextMarkup.h>

Inherits TextMarkup::Tag.

Public Member Functions

TagType GetType () const override
 There should only ever be one root tag in an TextMarkup tree (a root tag should never be a child of another tag).
 
- Public Member Functions inherited from TextMarkup::Tag
 Tag (const Tag &)=delete
 
 Tag (const Tag &&)=delete
 
Tagoperator= (const Tag &)=delete
 
Tagoperator= (const Tag &&)=delete
 
virtual TagType GetType () const
 There should only ever be one root tag in an TextMarkup tree (a root tag should never be a child of another tag).
 

Public Attributes

AZStd::string face
 
AZ::Vector3 color
 
- Public Attributes inherited from TextMarkup::Tag
AZStd::list< Tag * > children
 List of child tags.
 

Detailed Description

Allows modifying font display properties, such as face and color.

Member Function Documentation

◆ GetType()

TagType TextMarkup::FontTag::GetType ( ) const
inlineoverridevirtual

There should only ever be one root tag in an TextMarkup tree (a root tag should never be a child of another tag).

Reimplemented from TextMarkup::Tag.


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