Jactry Zeng : include: Add definition of ScriptPlaceOpenType().

Alexandre Julliard julliard at winehq.org
Mon Jun 20 16:56:08 CDT 2022


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

Author: Jactry Zeng <jzeng at codeweavers.com>
Date:   Mon Jun 20 02:31:25 2022 -0500

include: Add definition of ScriptPlaceOpenType().

Signed-off-by: Jactry Zeng <jzeng at codeweavers.com>

---

 include/usp10.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/usp10.h b/include/usp10.h
index db18a5b409e..00f2fc2f2d4 100644
--- a/include/usp10.h
+++ b/include/usp10.h
@@ -285,6 +285,11 @@ HRESULT WINAPI ScriptShapeOpenType(HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *
         int *pcGlyphs);
 HRESULT WINAPI ScriptPlace(HDC hdc, SCRIPT_CACHE *psc, const WORD *pwGlyphs, int cGlyphs, const SCRIPT_VISATTR *psva,
                            SCRIPT_ANALYSIS *psa, int *piAdvance, GOFFSET *pGoffset, ABC *pABC );
+HRESULT WINAPI ScriptPlaceOpenType(HDC hdc, SCRIPT_CACHE *psc, SCRIPT_ANALYSIS *psa, OPENTYPE_TAG tagScript,
+                                   OPENTYPE_TAG tagLangSys, int *rcRangeChars, TEXTRANGE_PROPERTIES **rpRangeProperties,
+                                   int cRanges, const WCHAR *pwcChars, WORD *pwLogClust, SCRIPT_CHARPROP *pCharProps,
+                                   int cChars, const WORD *pwGlyphs, const SCRIPT_GLYPHPROP *pGlyphProps, int cGlyphs,
+                                   int *piAdvance, GOFFSET *pGoffset, ABC *pABC);
 HRESULT WINAPI ScriptBreak(const WCHAR *pwcChars, int cChars, const SCRIPT_ANALYSIS *psa, SCRIPT_LOGATTR *psla);
 HRESULT WINAPI ScriptCacheGetHeight(HDC hdc, SCRIPT_CACHE *psc, LONG *tmHeight);
 HRESULT WINAPI ScriptCPtoX(int iCP, BOOL fTrailing, int cChars, int cGlyphs, const WORD *pwLogClust, const SCRIPT_VISATTR *psva,




More information about the wine-cvs mailing list