Seamly2D
Code documentation
TextLine Struct Reference

The TextLine struct holds the information about one text line. More...

#include <vtextmanager.h>

Collaboration diagram for TextLine:

Public Member Functions

 TextLine ()
 TextLine::TextLine default constructor. More...
 

Public Attributes

QString m_text
 
int m_iFontSize
 
bool bold
 
bool italic
 
Qt::Alignment m_eAlign
 

Detailed Description

The TextLine struct holds the information about one text line.

Definition at line 50 of file vtextmanager.h.

Constructor & Destructor Documentation

◆ TextLine()

TextLine::TextLine ( )

TextLine::TextLine default constructor.

Definition at line 48 of file vtextmanager.cpp.

Member Data Documentation

◆ bold

◆ italic

◆ m_eAlign

Qt::Alignment TextLine::m_eAlign

◆ m_iFontSize

◆ m_text


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