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
cb6c8cdf
Commit
cb6c8cdf
authored
Jul 06, 2016
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jul 06, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added IDWriteFontSetBuilder definition.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c0da44ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
dwrite_3.idl
include/dwrite_3.idl
+15
-1
No files found.
include/dwrite_3.idl
View file @
cb6c8cdf
...
...
@@ -21,7 +21,6 @@ import "dwrite_2.idl";
interface
IDWriteFontFaceReference
;
interface
IDWriteFontFace3
;
interface
IDWriteFontSet
;
interface
IDWriteFontSetBuilder
;
interface
IDWriteFontDownloadQueue
;
cpp_quote
(
"#ifndef _WINGDI_"
)
...
...
@@ -330,6 +329,21 @@ interface IDWriteGdiInterop1 : IDWriteGdiInterop
[
local
,
object
,
uuid
(
2
f642afe
-
9
c68
-
4
f40
-
b8be
-
457401
afcb3d
)
]
interface
IDWriteFontSetBuilder
:
IUnknown
{
HRESULT
AddFontFaceReference_
(
IDWriteFontFaceReference
*
ref
,
DWRITE_FONT_PROPERTY
const
*
props
,
UINT32
prop_count
)
;
HRESULT
AddFontFaceReference
(
IDWriteFontFaceReference
*
ref
)
;
HRESULT
AddFontSet
(
IDWriteFontSet
*
fontset
)
;
HRESULT
CreateFontSet
(
IDWriteFontSet
**
fontset
)
;
}
[
local
,
object
,
uuid
(
9
a1b41c3
-
d3bb
-
466
a
-
87
fc
-
fe67556a3b65
)
]
interface
IDWriteFactory3
:
IDWriteFactory2
...
...
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