dgnlib
Public Attributes | List of all members
DGNElemText Struct Reference

#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]
 

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

◆ font_id

int DGNElemText::font_id

Microstation font id, no list available

◆ height_mult

double DGNElemText::height_mult

Char height in master units

◆ justification

int DGNElemText::justification

Justification, see DGNJ_*

◆ length_mult

double DGNElemText::length_mult

Char width in master (if square)

◆ origin

DGNPoint DGNElemText::origin

Bottom left corner of text.

◆ rotation

double DGNElemText::rotation

Counterclockwise rotation in degrees

◆ string

char DGNElemText::string[1]

Actual text (length varies, \0 terminated


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