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

#include <dwg.h>

Data Fields

struct _dwg_object_entityparent
 
BITCODE_3BD ins_pt
 DXF 10. More...
 
BITCODE_BE extrusion
 DXF 210. More...
 
BITCODE_3BD x_axis_dir
 DXF 11, defines the rotation. More...
 
BITCODE_BD rect_height
 no DXF More...
 
BITCODE_BD rect_width
 DXF 41. More...
 
BITCODE_BD text_height
 DXF 40 >= 0.0. More...
 
BITCODE_BS attachment
 DXF 71. More...
 
BITCODE_BS flow_dir
 DXF 72. More...
 
BITCODE_BD extents_width
 DXF 42. More...
 
BITCODE_BD extents_height
 DXF 43 the actual height. More...
 
BITCODE_TV text
 DXF 1. More...
 
BITCODE_H style
 DXF 7. More...
 
BITCODE_BS linespace_style
 DXF 73. More...
 
BITCODE_BD linespace_factor
 DXF 44. More...
 
BITCODE_B unknown_b0
 
BITCODE_BL bg_fill_flag
 DXF 90. More...
 
BITCODE_BL bg_fill_scale
 DXF 45. More...
 
BITCODE_CMC bg_fill_color
 DXF 63. More...
 
BITCODE_BL bg_fill_trans
 DXF 441. More...
 
BITCODE_B is_not_annotative
 r2018+: More...
 
BITCODE_BS class_version
 always 0 More...
 
BITCODE_B default_flag
 DXF 70. More...
 
BITCODE_H appid
 
BITCODE_BL ignore_attachment
 redundant copy, not BS More...
 
BITCODE_BS column_type
 DXF 71 0: none, 1: static, 2: dynamic. More...
 
BITCODE_BL numfragments
 DXF 72 if static. More...
 
BITCODE_BD column_width
 DXF 44. More...
 
BITCODE_BD gutter
 DXF 45. More...
 
BITCODE_B auto_height
 DXF 73. More...
 
BITCODE_B flow_reversed
 DXF 74. More...
 
BITCODE_BL num_column_heights
 DXF 72 if dynamic and not auto_height. More...
 
BITCODE_BDcolumn_heights
 DXF 46. More...
 

Detailed Description

MTEXT (44) entity

Field Documentation

◆ appid

BITCODE_H _dwg_entity_MTEXT::appid

◆ attachment

BITCODE_BS _dwg_entity_MTEXT::attachment

DXF 71.

1 = Top left, 2 = Top center, 3 = Top right, 4 = Middle left, 5 = Middle center, 6 = Middle right, 7 = Bottom left, 8 = Bottom center, 9 = Bottom right

◆ auto_height

BITCODE_B _dwg_entity_MTEXT::auto_height

DXF 73.

◆ bg_fill_color

BITCODE_CMC _dwg_entity_MTEXT::bg_fill_color

DXF 63.

r2004+. on bg_fill_flag==1

◆ bg_fill_flag

BITCODE_BL _dwg_entity_MTEXT::bg_fill_flag

DXF 90.

r2004+ 0 = Background fill off, 1 = Use background fill color, 2 = Use drawing window color as background fill color. 16 = textframe (r2018+)

◆ bg_fill_scale

BITCODE_BL _dwg_entity_MTEXT::bg_fill_scale

DXF 45.

r2004+ margin around the text.

◆ bg_fill_trans

BITCODE_BL _dwg_entity_MTEXT::bg_fill_trans

DXF 441.

r2004+. unused

◆ class_version

BITCODE_BS _dwg_entity_MTEXT::class_version

always 0

◆ column_heights

BITCODE_BD* _dwg_entity_MTEXT::column_heights

DXF 46.

◆ column_type

BITCODE_BS _dwg_entity_MTEXT::column_type

DXF 71 0: none, 1: static, 2: dynamic.

◆ column_width

BITCODE_BD _dwg_entity_MTEXT::column_width

DXF 44.

◆ default_flag

BITCODE_B _dwg_entity_MTEXT::default_flag

DXF 70.

default true

◆ extents_height

BITCODE_BD _dwg_entity_MTEXT::extents_height

DXF 43 the actual height.

◆ extents_width

BITCODE_BD _dwg_entity_MTEXT::extents_width

DXF 42.

◆ extrusion

BITCODE_BE _dwg_entity_MTEXT::extrusion

DXF 210.

◆ flow_dir

BITCODE_BS _dwg_entity_MTEXT::flow_dir

DXF 72.

1 = Left to right, 3 = Top to bottom, 5 = By style (the flow direction is inherited from the associated text style)

◆ flow_reversed

BITCODE_B _dwg_entity_MTEXT::flow_reversed

DXF 74.

◆ gutter

BITCODE_BD _dwg_entity_MTEXT::gutter

DXF 45.

◆ ignore_attachment

BITCODE_BL _dwg_entity_MTEXT::ignore_attachment

redundant copy, not BS

◆ ins_pt

BITCODE_3BD _dwg_entity_MTEXT::ins_pt

DXF 10.

◆ is_not_annotative

BITCODE_B _dwg_entity_MTEXT::is_not_annotative

r2018+:

◆ linespace_factor

BITCODE_BD _dwg_entity_MTEXT::linespace_factor

DXF 44.

r2000+. Mtext line spacing factor (optional): Percentage of default (3-on-5) line spacing to be applied. Valid values range from 0.25 to 4.00

◆ linespace_style

BITCODE_BS _dwg_entity_MTEXT::linespace_style

DXF 73.

r2000+

◆ num_column_heights

BITCODE_BL _dwg_entity_MTEXT::num_column_heights

DXF 72 if dynamic and not auto_height.

◆ numfragments

BITCODE_BL _dwg_entity_MTEXT::numfragments

DXF 72 if static.

◆ parent

struct _dwg_object_entity* _dwg_entity_MTEXT::parent

◆ rect_height

BITCODE_BD _dwg_entity_MTEXT::rect_height

no DXF

◆ rect_width

BITCODE_BD _dwg_entity_MTEXT::rect_width

DXF 41.

◆ style

BITCODE_H _dwg_entity_MTEXT::style

DXF 7.

◆ text

BITCODE_TV _dwg_entity_MTEXT::text

DXF 1.

◆ text_height

BITCODE_BD _dwg_entity_MTEXT::text_height

DXF 40 >= 0.0.

◆ unknown_b0

BITCODE_B _dwg_entity_MTEXT::unknown_b0

◆ x_axis_dir

BITCODE_3BD _dwg_entity_MTEXT::x_axis_dir

DXF 11, defines the rotation.


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