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
ece85fad
Commit
ece85fad
authored
Aug 01, 2014
by
Nikolay Sivov
Committed by
Alexandre Julliard
Aug 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added IDWriteLocalFontFileLoader.
parent
66b5dd71
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
dwrite.idl
include/dwrite.idl
+12
-0
No files found.
include/dwrite.idl
View file @
ece85fad
...
@@ -548,6 +548,18 @@ interface IDWriteFontFileLoader : IUnknown
...
@@ -548,6 +548,18 @@ interface IDWriteFontFileLoader : IUnknown
[
[
local
,
local
,
object
,
object
,
uuid
(
b2d9f3ec
-
c9fe
-
4
a11
-
a2ec
-
d86208f7c0a2
)
]
interface
IDWriteLocalFontFileLoader
:
IDWriteFontFileLoader
{
HRESULT
GetFilePathLengthFromKey
(
void
const
*
key
,
UINT32
key_size
,
UINT32
*
length
)
;
HRESULT
GetFilePathFromKey
(
void
const
*
key
,
UINT32
key_size
,
WCHAR
*
path
,
UINT32
length
)
;
HRESULT
GetLastWriteTimeFromKey
(
void
const
*
key
,
UINT32
key_size
,
FILETIME
*
writetime
)
;
}
[
local
,
object
,
uuid
(
739
d886a
-
cef5
-
47
dc
-
8769
-
1
a8b41bebbb0
)
uuid
(
739
d886a
-
cef5
-
47
dc
-
8769
-
1
a8b41bebbb0
)
]
]
interface
IDWriteFontFile
:
IUnknown
interface
IDWriteFontFile
:
IUnknown
...
...
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