Horizon
|
Text style data. More...
#include <dl_entities.h>
Public Member Functions | |
DL_StyleData (const std::string &name, int flags, double fixedTextHeight, double widthFactor, double obliqueAngle, int textGenerationFlags, double lastHeightUsed, const std::string &primaryFontFile, const std::string &bigFontFile) | |
Constructor Parameters: see member variables. | |
bool | operator== (const DL_StyleData &other) |
DL_StyleData (const std::string &name, int flags, double fixedTextHeight, double widthFactor, double obliqueAngle, int textGenerationFlags, double lastHeightUsed, const std::string &primaryFontFile, const std::string &bigFontFile) | |
Constructor Parameters: see member variables. | |
bool | operator== (const DL_StyleData &other) |
Public Attributes | |
std::string | name |
Style name. | |
int | flags |
Style flags. | |
double | fixedTextHeight |
Fixed text height or 0 for not fixed. | |
double | widthFactor |
Width factor. | |
double | obliqueAngle |
Oblique angle. | |
int | textGenerationFlags |
Text generation flags. | |
double | lastHeightUsed |
Last height used. | |
std::string | primaryFontFile |
Primary font file name. | |
std::string | bigFontFile |
Big font file name. | |
bool | bold |
bool | italic |
Text style data.