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
de1d097d
Commit
de1d097d
authored
Jul 14, 2023
by
Biswapriyo Nath
Committed by
Alexandre Julliard
Jul 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add ID2D1SvgGlyphStyle in d2d1_3.idl.
parent
70eb577f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
d2d1_3.idl
include/d2d1_3.idl
+30
-0
No files found.
include/d2d1_3.idl
View file @
de1d097d
...
@@ -311,6 +311,36 @@ interface ID2D1SpriteBatch : ID2D1Resource
...
@@ -311,6 +311,36 @@ interface ID2D1SpriteBatch : ID2D1Resource
[
[
object
,
object
,
uuid
(
af671749
-
d241
-
4
db8
-
8
e41
-
dcc2e5c1a438
),
local
,
]
interface
ID2D1SvgGlyphStyle
:
ID2D1Resource
{
HRESULT
SetFill
(
[
in
,
optional
]
ID2D1Brush
*
brush
)
;
void
GetFill
(
[
out
]
ID2D1Brush
**
brush
)
;
HRESULT
SetStroke
(
[
in
,
optional
]
ID2D1Brush
*
brush
,
[
in
]
FLOAT
stroke_width
,
[
in
,
optional
]
const
FLOAT
*
dashes
,
[
in
,
optional
]
UINT32
dashes_count
,
[
in
]
FLOAT
dash_offset
)
;
UINT32
GetStrokeDashesCount
(
void
)
;
void
GetStroke
(
[
out
,
optional
]
ID2D1Brush
**
brush
,
[
out
,
optional
]
FLOAT
*
stroke_width
,
[
out
,
optional
]
FLOAT
*
dashes
,
[
in
,
optional
]
UINT32
dashes_count
,
[
out
,
optional
]
FLOAT
*
dash_offset
)
;
}
[
object
,
uuid
(
394
ea6a3
-
0
c34
-
4321
-
950b
-
6
ca20f0be6c7
),
uuid
(
394
ea6a3
-
0
c34
-
4321
-
950b
-
6
ca20f0be6c7
),
local
,
local
,
]
]
...
...
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