From 34639850c2c07a35c1e502e174866cd8630eb8ec Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 4 Jun 2021 13:36:18 -0500 Subject: Allow arbitrary strings for thmutil Font ids. --- src/libs/dutil/WixToolset.DUtil/inc/thmutil.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libs/dutil/WixToolset.DUtil/inc/thmutil.h') diff --git a/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h b/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h index d21c3e17..c8c6b340 100644 --- a/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h +++ b/src/libs/dutil/WixToolset.DUtil/inc/thmutil.h @@ -295,6 +295,8 @@ struct THEME_FONT_INSTANCE struct THEME_FONT { + LPWSTR sczId; + DWORD dwIndex; LONG lfHeight; LONG lfWeight; BYTE lfUnderline; @@ -353,6 +355,7 @@ struct THEME THEME_CONTROL* rgControls; // internal state variables -- do not use outside ThmUtil.cpp + STRINGDICT_HANDLE sdhFontDictionary; HWND hwndParent; // parent for loaded controls HWND hwndHover; // current hwnd hovered over DWORD dwCurrentPageId; -- cgit v1.2.3-55-g6feb