include: Added IDWriteLocalFontFileLoader.
This commit is contained in:
parent
66b5dd71e9
commit
ece85fad22
|
@ -545,6 +545,18 @@ interface IDWriteFontFileLoader : IUnknown
|
||||||
IDWriteFontFileStream **stream);
|
IDWriteFontFileStream **stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
local,
|
||||||
|
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,
|
local,
|
||||||
object,
|
object,
|
||||||
|
|
Loading…
Reference in New Issue