TuttleOFX
1
|
#include <TextPlugin.hpp>
Data Fields | |
std::string | _text |
bool | _isExpression |
std::string | _fontPath |
int | _font |
int | _fontX |
int | _fontY |
OfxRGBAColourD | _fontColor |
OfxRGBAColourD | _backgroundColor |
boost::gil::point2< double > | _position |
double | _letterSpacing |
EParamVAlign | _vAlign |
EParamHAlign | _hAlign |
bool | _verticalFlip |
bool | _italic |
bool | _bold |
Definition at line 13 of file TextPlugin.hpp.
Definition at line 24 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 31 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 19 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 23 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 18 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 21 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 22 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 28 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 16 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 30 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 26 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
boost::gil::point2<double> tuttle::plugin::text::TextProcessParams::_position |
Definition at line 25 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
std::string tuttle::plugin::text::TextProcessParams::_text |
Definition at line 15 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 27 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().
Definition at line 29 of file TextPlugin.hpp.
Referenced by tuttle::plugin::text::TextPlugin::getProcessParams().