mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Correct EMF bug: text does not change colour
This commit is contained in:
@ -187,6 +187,12 @@ extern "C" {
|
||||
log_font_t elw;
|
||||
} emr_extcreatefontindirectw_t;
|
||||
|
||||
typedef struct emr_settextcolor {
|
||||
uint32_t type;
|
||||
uint32_t size;
|
||||
color_ref_t color;
|
||||
} emr_settextcolor_t;
|
||||
|
||||
typedef struct emr_exttextoutw {
|
||||
uint32_t type;
|
||||
uint32_t size;
|
||||
|
Reference in New Issue
Block a user