On Wed, 16 Jan 2019, Nikolay Sivov wrote:
Sorry about that. Attaching a fix for both issues.
Thanks, pushed this one.
// Martin
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/
I don't see a reason in keeping this compatibility code, It already won't
work for C because of IDWriteFactory2 overloaded methods. Another reason
is DWRITE_FONT_METRICS1 definition from dwrite_1.h, included from
dwrite_2.h, which is also incompatible.
P.S. what's a deal with WINBOOL, should it be
Sorry about that. Attaching a fix for both issues.
From f3a525c57bba62bfc58f76db2d4e4472a55f6ce0 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov
Date: Wed, 16 Jan 2019 10:10:03 +0300
Subject: [PATCH] headers: Add DWRITE_VERTICAL_GLYPH_ORIENTATION definition.
Signed-off-by: Nikolay Sivov
---
mingw-
On Wed, 16 Jan 2019, Martin Storsjö wrote:
On Mon, 14 Jan 2019, Nikolay Sivov wrote:
---
+
+STDMETHOD(GetVerticalGlyphOrientation)(THIS_
+UINT32 textPosition,
+UINT32 *textLength,
+DWRITE_VERTICAL_GLYPH_ORIENTATION *orientation,
+UINT8 *bidiLevel) PURE;
On Mon, 14 Jan 2019, Nikolay Sivov wrote:
---
+
+STDMETHOD(GetVerticalGlyphOrientation)(THIS_
+UINT32 textPosition,
+UINT32 *textLength,
+DWRITE_VERTICAL_GLYPH_ORIENTATION *orientation,
+UINT8 *bidiLevel) PURE;
The DWRITE_VERTICAL_GLYPH_ORIENTATION type is
Thanks for the replies with answers and information.
I now know to not rely on the defaults.
Kind regards
Disclaimer: This mail transmission and any attached files are confidential and
are intended for the addressee only. If you are not the person or organization
to whom it is addressed, you
Hi Nikolay,
The patch looks good, pushed to master.
Thanks,
Jacek
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public