HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RV_TextEntry Struct Reference

A single text entry to be rendered. More...

#include <RV_TextRender.h>

Public Member Functions

 RV_TextEntry ()=default
 
 RV_TextEntry (const UT_StringHolder &text, RE_Font *font, const UT_Vector3F &position, const UT_Color &color, fpreal32 alpha=1.0f)
 

Public Attributes

UT_StringHolder myText
 
RE_FontmyFont = nullptr
 
UT_Vector3F myPosition
 
UT_Color myColor
 
fpreal32 myAlpha = 1.0f
 

Detailed Description

A single text entry to be rendered.

Definition at line 55 of file RV_TextRender.h.

Constructor & Destructor Documentation

RV_TextEntry::RV_TextEntry ( )
default
RV_TextEntry::RV_TextEntry ( const UT_StringHolder text,
RE_Font font,
const UT_Vector3F position,
const UT_Color color,
fpreal32  alpha = 1.0f 
)

Member Data Documentation

fpreal32 RV_TextEntry::myAlpha = 1.0f

Definition at line 69 of file RV_TextRender.h.

UT_Color RV_TextEntry::myColor

Definition at line 68 of file RV_TextRender.h.

RE_Font* RV_TextEntry::myFont = nullptr

Definition at line 66 of file RV_TextRender.h.

UT_Vector3F RV_TextEntry::myPosition

Definition at line 67 of file RV_TextRender.h.

UT_StringHolder RV_TextEntry::myText

Definition at line 65 of file RV_TextRender.h.


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