|
FRX SDK Documentation 2025 SP0
|
#include <Global Structs.h>
Public Attributes | |
| AcGePoint3d | location |
| AcGeVector3d | normal |
| AcGeVector3d | direction |
| ACHAR * | text = nullptr |
| ACHAR * | font = nullptr |
| ACHAR * | bigfont = nullptr |
| AcGePoint2d | extents |
| double | capsHeight = 0.0 |
| double | widthFactor = 0.0 |
| double | obliqueAngle = 0.0 |
| double | trackingFactor = 0.0 |
| AcCmEntityColor | color |
| unsigned | stackTop: 1 |
| unsigned | stackBottom: 1 |
| unsigned | underlined: 1 |
| unsigned | overlined: 1 |
| unsigned | strikethrough: 1 |
| AcGePoint3d | underPoints [2] = {} |
| AcGePoint3d | overPoints [2] = {} |
| AcGePoint3d | strikePoints [2] = {} |
| ACHAR * | fontname = nullptr |
| bool | bold = false |
| bool | italic = false |
| AcString | msText |
| AcString | msFont |
| AcString | msBigFont |
| AcString | msFontName |
Definition at line 81 of file acdb17/Global Structs.h.
Definition at line 88 of file acdb17/Global Structs.h.
Definition at line 104 of file acdb17/Global Structs.h.
| double AcDbMTextFragment::capsHeight = 0.0 |
Definition at line 90 of file acdb17/Global Structs.h.
| AcCmEntityColor AcDbMTextFragment::color |
Definition at line 94 of file acdb17/Global Structs.h.
| AcGeVector3d AcDbMTextFragment::direction |
Definition at line 85 of file acdb17/Global Structs.h.
| AcGePoint2d AcDbMTextFragment::extents |
Definition at line 89 of file acdb17/Global Structs.h.
Definition at line 87 of file acdb17/Global Structs.h.
Definition at line 103 of file acdb17/Global Structs.h.
Definition at line 105 of file acdb17/Global Structs.h.
| AcGePoint3d AcDbMTextFragment::location |
Definition at line 83 of file acdb17/Global Structs.h.
| AcString AcDbMTextFragment::msBigFont |
Definition at line 108 of file acdb17/Global Structs.h.
| AcString AcDbMTextFragment::msFont |
Definition at line 107 of file acdb17/Global Structs.h.
| AcString AcDbMTextFragment::msFontName |
Definition at line 109 of file acdb17/Global Structs.h.
| AcString AcDbMTextFragment::msText |
Definition at line 106 of file acdb17/Global Structs.h.
| AcGeVector3d AcDbMTextFragment::normal |
Definition at line 84 of file acdb17/Global Structs.h.
| double AcDbMTextFragment::obliqueAngle = 0.0 |
Definition at line 92 of file acdb17/Global Structs.h.
| unsigned AcDbMTextFragment::overlined |
Definition at line 98 of file acdb17/Global Structs.h.
| AcGePoint3d AcDbMTextFragment::overPoints[2] = {} |
Definition at line 101 of file acdb17/Global Structs.h.
| unsigned AcDbMTextFragment::stackBottom |
Definition at line 96 of file acdb17/Global Structs.h.
| unsigned AcDbMTextFragment::stackTop |
Definition at line 95 of file acdb17/Global Structs.h.
| AcGePoint3d AcDbMTextFragment::strikePoints[2] = {} |
Definition at line 102 of file acdb17/Global Structs.h.
| unsigned AcDbMTextFragment::strikethrough |
Definition at line 99 of file acdb17/Global Structs.h.
Definition at line 86 of file acdb17/Global Structs.h.
| double AcDbMTextFragment::trackingFactor = 0.0 |
Definition at line 93 of file acdb17/Global Structs.h.
| unsigned AcDbMTextFragment::underlined |
Definition at line 97 of file acdb17/Global Structs.h.
| AcGePoint3d AcDbMTextFragment::underPoints[2] = {} |
Definition at line 100 of file acdb17/Global Structs.h.
| double AcDbMTextFragment::widthFactor = 0.0 |
Definition at line 91 of file acdb17/Global Structs.h.