1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-20 03:17:12 +00:00

Correct EMF bug: text does not change colour

This commit is contained in:
Robin Stuart
2020-08-04 13:12:47 +01:00
parent 04f6f81e68
commit 398b1aba2b
2 changed files with 18 additions and 1 deletions

View File

@@ -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;