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

include: Added IDWriteFontSetBuilder definition.

parent c0da44ee
......@@ -21,7 +21,6 @@ import "dwrite_2.idl";
interface IDWriteFontFaceReference;
interface IDWriteFontFace3;
interface IDWriteFontSet;
interface IDWriteFontSetBuilder;
interface IDWriteFontDownloadQueue;
cpp_quote("#ifndef _WINGDI_")
......@@ -330,6 +329,21 @@ interface IDWriteGdiInterop1 : IDWriteGdiInterop
[
local,
object,
uuid(2f642afe-9c68-4f40-b8be-457401afcb3d)
]
interface IDWriteFontSetBuilder : IUnknown
{
HRESULT AddFontFaceReference_(IDWriteFontFaceReference *ref,
DWRITE_FONT_PROPERTY const *props,
UINT32 prop_count);
HRESULT AddFontFaceReference(IDWriteFontFaceReference *ref);
HRESULT AddFontSet(IDWriteFontSet *fontset);
HRESULT CreateFontSet(IDWriteFontSet **fontset);
}
[
local,
object,
uuid(9a1b41c3-d3bb-466a-87fc-fe67556a3b65)
]
interface IDWriteFactory3 : IDWriteFactory2
......
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