API Documentation
|
logic for storing a style data in a CAD-friendly way for exporting and importing. More...
#include <CADEntities.h>
Public Member Functions | |
bool | operator== (const StyleData &other) const |
StyleData () | |
StyleData (const String &name, int flags, double fixedTextHeight, double widthFactor, double obliqueAngle, int textGenerationFlags, double lastHeightUsed, const String &primaryFontFile, const String &bigFontFile) | |
Public Attributes | |
String | big_font_file |
bool | bold |
fltp08 | fixed_text_height |
int | flags |
bool | italic |
fltp08 | last_height_used |
String | name |
fltp08 | oblique_angle |
String | primary_font_file |
Vector< 32, bool > | text_generation_flags |
fltp08 | width_factor |
logic for storing a style data in a CAD-friendly way for exporting and importing.
|
inline |
|
inline |
|
inline |
String big_font_file |
bool bold |
fltp08 fixed_text_height |
int flags |
bool italic |
fltp08 last_height_used |
String name |
fltp08 oblique_angle |
String primary_font_file |
Vector<32, bool> text_generation_flags |
fltp08 width_factor |