#include <QXPTypes.h>
Public Member Functions | |
double | maxFontSize () const |
double | maxFontSize (const ParagraphSpec ¶graph) const |
Text () | |
Text (const Text &other)=default | |
Text & | operator= (const Text &other)=default |
Public Attributes | |
std::string | text |
const char * | encoding |
std::vector< ParagraphSpec > | paragraphs |
std::vector< CharFormatSpec > | charFormats |
|
inline |
|
default |
double libqxp::Text::maxFontSize | ( | ) | const |
double libqxp::Text::maxFontSize | ( | const ParagraphSpec & | paragraph | ) | const |
std::vector<CharFormatSpec> libqxp::Text::charFormats |
const char* libqxp::Text::encoding |
std::vector<ParagraphSpec> libqxp::Text::paragraphs |
std::string libqxp::Text::text |