Commit ece85fad authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Added IDWriteLocalFontFileLoader.

parent 66b5dd71
...@@ -548,6 +548,18 @@ interface IDWriteFontFileLoader : IUnknown ...@@ -548,6 +548,18 @@ interface IDWriteFontFileLoader : IUnknown
[ [
local, local,
object, object,
uuid(b2d9f3ec-c9fe-4a11-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(739d886a-cef5-47dc-8769-1a8b41bebbb0) uuid(739d886a-cef5-47dc-8769-1a8b41bebbb0)
] ]
interface IDWriteFontFile : IUnknown interface IDWriteFontFile : IUnknown
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment