LibreDWG API  0.13.3
LibreDWG API - The DWG Library
_dwg_entity_TEXT Struct Reference

#include <dwg.h>

Data Fields

struct _dwg_object_entityparent
 
BITCODE_RC dataflags
 r2000+. More...
 
BITCODE_RD elevation
 DXF 30 (z coord of 10), when dataflags & 1. More...
 
BITCODE_2DPOINT ins_pt
 DXF 10. More...
 
BITCODE_2DPOINT alignment_pt
 DXF 11. More...
 
BITCODE_BE extrusion
 DXF 210. More...
 
BITCODE_RD thickness
 DXF 39. More...
 
BITCODE_RD oblique_angle
 DXF 51. More...
 
BITCODE_RD rotation
 DXF 50. More...
 
BITCODE_RD height
 DXF 40. More...
 
BITCODE_RD width_factor
 DXF 41. More...
 
BITCODE_TV text_value
 DXF 1. More...
 
BITCODE_BS generation
 DXF 71. More...
 
BITCODE_BS horiz_alignment
 DXF 72. More...
 
BITCODE_BS vert_alignment
 DXF 73. More...
 
BITCODE_H style
 code 5, DXF 7, optional More...
 

Detailed Description

Dwg_Entity_TEXT TEXT (1/7) entity

Field Documentation

◆ alignment_pt

BITCODE_2DPOINT _dwg_entity_TEXT::alignment_pt

DXF 11.

optional, when dataflags & 2, i.e 72/73 != 0

◆ dataflags

BITCODE_RC _dwg_entity_TEXT::dataflags

r2000+.

should be renamed to opts for r11 compat

◆ elevation

BITCODE_RD _dwg_entity_TEXT::elevation

DXF 30 (z coord of 10), when dataflags & 1.

◆ extrusion

BITCODE_BE _dwg_entity_TEXT::extrusion

DXF 210.

Default 0,0,1

◆ generation

BITCODE_BS _dwg_entity_TEXT::generation

DXF 71.

◆ height

BITCODE_RD _dwg_entity_TEXT::height

DXF 40.

◆ horiz_alignment

BITCODE_BS _dwg_entity_TEXT::horiz_alignment

DXF 72.

options 0-5: 0 = Left; 1= Center; 2 = Right; 3 = Aligned; 4 = Middle; 5 = Fit

◆ ins_pt

BITCODE_2DPOINT _dwg_entity_TEXT::ins_pt

DXF 10.

◆ oblique_angle

BITCODE_RD _dwg_entity_TEXT::oblique_angle

DXF 51.

◆ parent

struct _dwg_object_entity* _dwg_entity_TEXT::parent

◆ rotation

BITCODE_RD _dwg_entity_TEXT::rotation

DXF 50.

◆ style

BITCODE_H _dwg_entity_TEXT::style

code 5, DXF 7, optional

◆ text_value

BITCODE_TV _dwg_entity_TEXT::text_value

DXF 1.

◆ thickness

BITCODE_RD _dwg_entity_TEXT::thickness

DXF 39.

◆ vert_alignment

BITCODE_BS _dwg_entity_TEXT::vert_alignment

DXF 73.

options 0-3: 0 = Baseline; 1 = Bottom; 2 = Middle; 3 = Top

◆ width_factor

BITCODE_RD _dwg_entity_TEXT::width_factor

DXF 41.


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