include: Fix interface definition.
This commit is contained in:
parent
d6c6a73738
commit
4bd7954bc6
|
@ -675,7 +675,7 @@ interface IDWriteTextAnalyzer1 : IDWriteTextAnalyzer
|
||||||
UINT16 const *clustermap,
|
UINT16 const *clustermap,
|
||||||
FLOAT const *advances,
|
FLOAT const *advances,
|
||||||
DWRITE_GLYPH_OFFSET const *offsets,
|
DWRITE_GLYPH_OFFSET const *offsets,
|
||||||
/*DWRITE_SHAPING_GLYPH_PROPERTIES const *properties, */
|
DWRITE_SHAPING_GLYPH_PROPERTIES const *props,
|
||||||
FLOAT *modified_advances,
|
FLOAT *modified_advances,
|
||||||
DWRITE_GLYPH_OFFSET *modified_offsets);
|
DWRITE_GLYPH_OFFSET *modified_offsets);
|
||||||
HRESULT GetBaseline(IDWriteFontFace *face,
|
HRESULT GetBaseline(IDWriteFontFace *face,
|
||||||
|
@ -698,10 +698,7 @@ interface IDWriteTextAnalyzer1 : IDWriteTextAnalyzer
|
||||||
BOOL is_sideways,
|
BOOL is_sideways,
|
||||||
DWRITE_MATRIX *transform);
|
DWRITE_MATRIX *transform);
|
||||||
|
|
||||||
/*
|
HRESULT GetScriptProperties(DWRITE_SCRIPT_ANALYSIS sa, DWRITE_SCRIPT_PROPERTIES *props);
|
||||||
* HRESULT GetScriptProperties(DWRITE_SCRIPT_ANALYSIS sa,
|
|
||||||
* DWRITE_SCRIPT_PROPERTIES *properties);
|
|
||||||
*/
|
|
||||||
|
|
||||||
HRESULT GetTextComplexity(const WCHAR *text,
|
HRESULT GetTextComplexity(const WCHAR *text,
|
||||||
UINT32 len,
|
UINT32 len,
|
||||||
|
|
Loading…
Reference in New Issue