libqxp::Text Struct Reference

#include <QXPTypes.h>

Public Member Functions

double maxFontSize () const
 
double maxFontSize (const ParagraphSpec &paragraph) const
 
 Text ()
 
 Text (const Text &other)=default
 
Textoperator= (const Text &other)=default
 

Public Attributes

std::string text
 
const char * encoding
 
std::vector< ParagraphSpecparagraphs
 
std::vector< CharFormatSpeccharFormats
 

Constructor & Destructor Documentation

libqxp::Text::Text ( )
inline
libqxp::Text::Text ( const Text other)
default

Member Function Documentation

double libqxp::Text::maxFontSize ( ) const
double libqxp::Text::maxFontSize ( const ParagraphSpec paragraph) const
Text& libqxp::Text::operator= ( const Text other)
default

Member Data Documentation

std::vector<CharFormatSpec> libqxp::Text::charFormats

Referenced by maxFontSize().

const char* libqxp::Text::encoding
std::vector<ParagraphSpec> libqxp::Text::paragraphs
std::string libqxp::Text::text

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

Generated for libqxp by doxygen 1.8.6