![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#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) | |
| bool | operator== (const DL_StyleData &other) |
Public Attributes | |
| std::string | name |
| int | flags |
| double | fixedTextHeight |
| double | widthFactor |
| double | obliqueAngle |
| int | textGenerationFlags |
| double | lastHeightUsed |
| std::string | primaryFontFile |
| std::string | bigFontFile |
| bool | bold |
| bool | italic |
Text style data.
Definition at line 122 of file dl_entities.h.
|
inline |
Constructor Parameters: see member variables.
Definition at line 127 of file dl_entities.h.
|
inline |
Definition at line 148 of file dl_entities.h.
References bigFontFile, fixedTextHeight, flags, name, name, obliqueAngle, primaryFontFile, textGenerationFlags, and widthFactor.
| std::string DL_StyleData::bigFontFile |
Big font file name
Definition at line 176 of file dl_entities.h.
Referenced by operator==(), and DL_Dxf::writeStyle().
| bool DL_StyleData::bold |
Definition at line 178 of file dl_entities.h.
Referenced by main(), and DL_Dxf::writeStyle().
| double DL_StyleData::fixedTextHeight |
Fixed text height or 0 for not fixed.
Definition at line 164 of file dl_entities.h.
Referenced by operator==(), and DL_Dxf::writeStyle().
| int DL_StyleData::flags |
Style flags
Definition at line 162 of file dl_entities.h.
Referenced by operator==(), and DL_Dxf::writeStyle().
| bool DL_StyleData::italic |
Definition at line 179 of file dl_entities.h.
Referenced by main(), and DL_Dxf::writeStyle().
| double DL_StyleData::lastHeightUsed |
| std::string DL_StyleData::name |
Style name
Definition at line 160 of file dl_entities.h.
Referenced by operator==(), and DL_Dxf::writeStyle().
| double DL_StyleData::obliqueAngle |
Oblique angle
Definition at line 168 of file dl_entities.h.
Referenced by operator==(), and DL_Dxf::writeStyle().
| std::string DL_StyleData::primaryFontFile |
Primary font file name
Definition at line 174 of file dl_entities.h.
Referenced by operator==(), and DL_Dxf::writeStyle().
| int DL_StyleData::textGenerationFlags |
Text generation flags
Definition at line 170 of file dl_entities.h.
Referenced by operator==(), and DL_Dxf::writeStyle().
| double DL_StyleData::widthFactor |
Width factor
Definition at line 166 of file dl_entities.h.
Referenced by operator==(), and DL_Dxf::writeStyle().