|
LibreDWG API 0.13.4
LibreDWG API - The DWG Library
|
Go to the source code of this file.
Macros | |
| #define | DXF_FORMAT_FLT "%0." _XSTR (DXF_PRECISION) "G" |
| #define | DXF_FLT_MAXLEN 18 |
Functions | |
| const char * | dxf_format (int code) __attribute__((returns_nonnull)) |
| const char * | dxf_codepage (BITCODE_RS code, Dwg_Data *dwg) __attribute__((returns_nonnull)) |
| int | dxf_is_sorted_INSERT (const Dwg_Object *__restrict__ obj) |
| int | dxf_is_sorted_POLYLINE (const Dwg_Object *__restrict__ obj) |
| int | dxf_validate_DICTIONARY (Dwg_Object *obj) |
| bool | dxf_has_STYLE_eed (Bit_Chain *__restrict__ dat, const Dwg_Object_Object *__restrict__ obj) |
| bool | dxf_has_xrefdep_vertbar (Bit_Chain *__restrict__ dat, const char *name) |
| bool | dxf_is_xrefdep_name (Bit_Chain *__restrict__ dat, const char *name) |
| int | dwg_write_dxf (Bit_Chain *dat, Dwg_Data *dwg) |
| int | dwg_write_dxfb (Bit_Chain *dat, Dwg_Data *dwg) |
| #define DXF_FLT_MAXLEN 18 |
| #define DXF_FORMAT_FLT "%0." _XSTR (DXF_PRECISION) "G" |
| const char * dxf_codepage | ( | BITCODE_RS | code, |
| Dwg_Data * | dwg ) |
| const char * dxf_format | ( | int | code | ) |
| bool dxf_has_STYLE_eed | ( | Bit_Chain *__restrict__ | dat, |
| const Dwg_Object_Object *__restrict__ | obj ) |
| bool dxf_has_xrefdep_vertbar | ( | Bit_Chain *__restrict__ | dat, |
| const char * | name ) |
| int dxf_is_sorted_INSERT | ( | const Dwg_Object *__restrict__ | obj | ) |
| int dxf_is_sorted_POLYLINE | ( | const Dwg_Object *__restrict__ | obj | ) |
| bool dxf_is_xrefdep_name | ( | Bit_Chain *__restrict__ | dat, |
| const char * | name ) |
| int dxf_validate_DICTIONARY | ( | Dwg_Object * | obj | ) |