mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 00:19:51 -04:00
vector.c: string halign; POSTNET/PLANET: 1 module space; ZBarcode_Cap(); GUI settings
This commit is contained in:
parent
3f5ac34057
commit
36c19053d7
169 changed files with 10975 additions and 8318 deletions
|
@ -135,6 +135,23 @@ extern "C" {
|
|||
emf_header_t emf_header;
|
||||
} emr_header_t;
|
||||
|
||||
typedef struct emr_mapmode {
|
||||
uint32_t type;
|
||||
uint32_t size;
|
||||
uint32_t mapmode;
|
||||
} emr_mapmode_t;
|
||||
|
||||
typedef struct emr_setworldtransform {
|
||||
uint32_t type;
|
||||
uint32_t size;
|
||||
float m11;
|
||||
float m12;
|
||||
float m21;
|
||||
float m22;
|
||||
float dx;
|
||||
float dy;
|
||||
} emr_setworldtransform_t;
|
||||
|
||||
typedef struct emr_createbrushindirect {
|
||||
uint32_t type;
|
||||
uint32_t size;
|
||||
|
@ -187,6 +204,12 @@ extern "C" {
|
|||
log_font_t elw;
|
||||
} emr_extcreatefontindirectw_t;
|
||||
|
||||
typedef struct emr_settextalign {
|
||||
uint32_t type;
|
||||
uint32_t size;
|
||||
uint32_t text_alignment_mode;
|
||||
} emr_settextalign_t;
|
||||
|
||||
typedef struct emr_settextcolor {
|
||||
uint32_t type;
|
||||
uint32_t size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue