#include <iso_flock_poem.h>
Public Member Functions | |
Poem (const base::String &pText, const base::String &pFont, real pFontSize, real pFontHSC, real pFontVSC, const math::Vector3< real > &pDisplayPosition) | |
create poem | |
~Poem () | |
destructor | |
QVector< space::SplineShape * > & | textShapes () |
return text spline shapes | |
Protected Attributes | |
base::String | mText |
poem text | |
geom::SplineGroup * | mTextSplineGroup |
text spline group | |
QVector< space::SplineShape * > | mTextSplineShapes |
all poem text spline shapes |
Poem::Poem | ( | const base::String & | pText, | |
const base::String & | pFont, | |||
real | pFontSize, | |||
real | pFontHSC, | |||
real | pFontVSC, | |||
const math::Vector3< real > & | pDisplayPosition | |||
) |
create poem
pText | poem text | |
pFont | font file path | |
pFontSize | font size | |
pFontHSC | font horizontal spacing correction | |
pFontVSC | font vertical spacing correction | |
pDisplayPosition | poem display position |
Poem::~Poem | ( | ) |
destructor
QVector< space::SplineShape * > & Poem::textShapes | ( | ) |
return text spline shapes
base::String iso::flock::Poem::mText [protected] |
poem text
geom::SplineGroup* iso::flock::Poem::mTextSplineGroup [protected] |
text spline group
QVector<space::SplineShape*> iso::flock::Poem::mTextSplineShapes [protected] |
all poem text spline shapes