dgnlib
|
#include <dgnlib.h>
Public Attributes | |
DGNElemCore | core |
int | font_id |
int | justification |
double | length_mult |
double | height_mult |
double | rotation |
DGNPoint | origin |
char | string [1] |
Text element
The core.stype code is DGNST_TEXT.
NOTE: Currently we are not capturing the "editable fields" information.
Used for: DGNT_TEXT(17).
int DGNElemText::font_id |
Microstation font id, no list available
double DGNElemText::height_mult |
Char height in master units
int DGNElemText::justification |
Justification, see DGNJ_*
double DGNElemText::length_mult |
Char width in master (if square)
DGNPoint DGNElemText::origin |
Bottom left corner of text.
double DGNElemText::rotation |
Counterclockwise rotation in degrees
char DGNElemText::string[1] |
Actual text (length varies, \0 terminated