Commit c0e5da45 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dwrite: Fix typos in a couple of idl parameter names.

parent fec1aca3
...@@ -281,7 +281,7 @@ interface IDWriteFontSet1 : IDWriteFontSet ...@@ -281,7 +281,7 @@ interface IDWriteFontSet1 : IDWriteFontSet
UINT32 *actual_num_ranges); UINT32 *actual_num_ranges);
HRESULT GetFontFaceReference( HRESULT GetFontFaceReference(
UINT32 index, UINT32 index,
IDWriteFontFaceReference1 **referece); IDWriteFontFaceReference1 **reference);
HRESULT CreateFontResource( HRESULT CreateFontResource(
UINT32 index, UINT32 index,
IDWriteFontResource **resource); IDWriteFontResource **resource);
...@@ -651,7 +651,7 @@ interface IDWriteFontSetBuilder2 : IDWriteFontSetBuilder1 ...@@ -651,7 +651,7 @@ interface IDWriteFontSetBuilder2 : IDWriteFontSetBuilder1
DWRITE_FONT_AXIS_RANGE const *axis_ranges, DWRITE_FONT_AXIS_RANGE const *axis_ranges,
UINT32 num_ranges, UINT32 num_ranges,
DWRITE_FONT_PROPERTY const *props, DWRITE_FONT_PROPERTY const *props,
UINT32 num_properies); UINT32 num_properties);
HRESULT AddFontFile(const WCHAR *filepath); HRESULT AddFontFile(const WCHAR *filepath);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment