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;