Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
de5db669
Commit
de5db669
authored
Oct 02, 2019
by
Nikolay Sivov
Committed by
Alexandre Julliard
Oct 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add IDWriteFontSet3 definition.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
decbed41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
dwrite_3.idl
include/dwrite_3.idl
+21
-0
No files found.
include/dwrite_3.idl
View file @
de5db669
...
...
@@ -84,6 +84,15 @@ typedef enum DWRITE_FONT_AXIS_TAG
DWRITE_FONT_AXIS_TAG_ITALIC
=
0
x6c617469
,
/*
'ital'
*/
}
DWRITE_FONT_AXIS_TAG
;
typedef
enum
DWRITE_FONT_SOURCE_TYPE
{
DWRITE_FONT_SOURCE_TYPE_UNKNOWN
,
DWRITE_FONT_SOURCE_TYPE_PER_MACHINE
,
DWRITE_FONT_SOURCE_TYPE_PER_USER
,
DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE
,
DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER
}
DWRITE_FONT_SOURCE_TYPE
;
typedef
struct
DWRITE_FONT_AXIS_VALUE
{
DWRITE_FONT_AXIS_TAG
axisTag
;
...
...
@@ -444,6 +453,18 @@ interface IDWriteFontSet2 : IDWriteFontSet1
[
local
,
object
,
uuid
(
7
c073ef2
-
a7f4
-
4045
-
8
c32
-
8
ab8ae640f90
)
]
interface
IDWriteFontSet3
:
IDWriteFontSet2
{
DWRITE_FONT_SOURCE_TYPE
GetFontSourceType
(
UINT32
index
)
;
UINT32
GetFontSourceNameLength
(
UINT32
index
)
;
HRESULT
GetFontSourceName
(
UINT32
index
,
WCHAR
*
buffer
,
UINT32
buffer_size
)
;
}
[
local
,
object
,
uuid
(
d37d7598
-
09b
e
-
4222
-
a236
-
2081341
cc1f2
)
]
interface
IDWriteFontFace3
:
IDWriteFontFace2
...
...
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