Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
c0e5da45
Commit
c0e5da45
authored
Jun 01, 2018
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Fix typos in a couple of idl parameter names.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
fec1aca3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dwrite_3.idl
include/dwrite_3.idl
+2
-2
No files found.
include/dwrite_3.idl
View file @
c0e5da45
...
...
@@ -281,7 +281,7 @@ interface IDWriteFontSet1 : IDWriteFontSet
UINT32
*
actual_num_ranges
)
;
HRESULT
GetFontFaceReference
(
UINT32
index
,
IDWriteFontFaceReference1
**
referece
)
;
IDWriteFontFaceReference1
**
refere
n
ce
)
;
HRESULT
CreateFontResource
(
UINT32
index
,
IDWriteFontResource
**
resource
)
;
...
...
@@ -651,7 +651,7 @@ interface IDWriteFontSetBuilder2 : IDWriteFontSetBuilder1
DWRITE_FONT_AXIS_RANGE
const
*
axis_ranges
,
UINT32
num_ranges
,
DWRITE_FONT_PROPERTY
const
*
props
,
UINT32
num_properies
)
;
UINT32
num_proper
t
ies
)
;
HRESULT
AddFontFile
(
const
WCHAR
*
filepath
)
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment