dgnlib
Public Attributes
DGNElemText Struct Reference

#include <dgnlib.h>

List of all members.

Public Attributes

DGNElemCore core
int font_id
int justification
double length_mult
double height_mult
double rotation
DGNPoint origin
char string [1]

Detailed Description

Text element

The core.stype code is DGNST_TEXT.

NOTE: Currently we are not capturing the "editable fields" information.

Used for: DGNT_TEXT(17).


Member Data Documentation

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


The documentation for this struct was generated from the following file: