dwrite: Fix a typo in dwrite_3.idl.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Francois Gouget 2016-05-15 15:33:10 +02:00 committed by Alexandre Julliard
parent 4d6cba1bda
commit 53e2fd2b95
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ interface IDWriteFontSet : IUnknown
WCHAR const *preferred_locales, IDWriteStringList **values);
HRESULT GetPropertyValues(UINT32 index, DWRITE_FONT_PROPERTY_ID id, BOOL *exists,
IDWriteLocalizedStrings **values);
HRESULT GetPropertyOccurenceCount(DWRITE_FONT_PROPERTY const *property, UINT32 *count);
HRESULT GetPropertyOccurrenceCount(DWRITE_FONT_PROPERTY const *property, UINT32 *count);
HRESULT GetMatchingFonts_(WCHAR const *family, DWRITE_FONT_WEIGHT weight, DWRITE_FONT_STRETCH stretch,
DWRITE_FONT_STYLE style, IDWriteFontSet **fontset);
HRESULT GetMatchingFonts(DWRITE_FONT_PROPERTY const *props, UINT32 count, IDWriteFontSet **fontset);