Main Page   Compound List   File List   Compound Members   File Members  

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:
Generated on Tue Mar 23 12:20:44 2004 for dgnlib by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002