Nikolay Sivov : include: Update DWRITE_INFORMATIONAL_STRING_ID enum.

Alexandre Julliard julliard at winehq.org
Wed Jan 1 15:00:22 CST 2020


Module: wine
Branch: master
Commit: 456392f3e752e33f3f4b54600d382b2cc493baa9
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=456392f3e752e33f3f4b54600d382b2cc493baa9

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Dec 31 22:06:46 2019 +0300

include: Update DWRITE_INFORMATIONAL_STRING_ID enum.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/dwrite.idl | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/include/dwrite.idl b/include/dwrite.idl
index bfb2c1b37d..b92b1544e0 100644
--- a/include/dwrite.idl
+++ b/include/dwrite.idl
@@ -127,12 +127,18 @@ typedef enum DWRITE_INFORMATIONAL_STRING_ID
     DWRITE_INFORMATIONAL_STRING_LICENSE_INFO_URL,
     DWRITE_INFORMATIONAL_STRING_WIN32_FAMILY_NAMES,
     DWRITE_INFORMATIONAL_STRING_WIN32_SUBFAMILY_NAMES,
-    DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES,
-    DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES,
+    DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_FAMILY_NAMES,
+    DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_SUBFAMILY_NAMES,
     DWRITE_INFORMATIONAL_STRING_SAMPLE_TEXT,
     DWRITE_INFORMATIONAL_STRING_FULL_NAME,
     DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME,
-    DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME
+    DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME,
+    DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME,
+    DWRITE_INFORMATIONAL_STRING_DESIGN_SCRIPT_LANGUAGE_TAG,
+    DWRITE_INFORMATIONAL_STRING_SUPPORTED_SCRIPT_LANGUAGE_TAG,
+    DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES = DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_FAMILY_NAMES,
+    DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES = DWRITE_INFORMATIONAL_STRING_TYPOGRAPHIC_SUBFAMILY_NAMES,
+    DWRITE_INFORMATIONAL_STRING_WWS_FAMILY_NAMES = DWRITE_INFORMATIONAL_STRING_WEIGHT_STRETCH_STYLE_FAMILY_NAME,
 } DWRITE_INFORMATIONAL_STRING_ID;
 
 typedef enum DWRITE_FONT_SIMULATIONS




More information about the wine-cvs mailing list