IDWriteGdiInterop1 接口 (dwrite_3.h)

提供与 GDI 的互操作性,例如将字体人脸转换为 LOGFONT 结构的方法,或将 GDI 字体说明转换为字体人脸的方法。 它还用于创建位图呈现目标对象。

遗产

IDWriteGdiInterop1 接口继承自 IDWriteGdiInteropIDWriteGdiInterop1 也有以下类型的成员:

方法

IDWriteGdiInterop1 接口具有这些方法。

 
IDWriteGdiInterop1::CreateFontFromLOGFONT

创建与 LOGFONT 结构指定的属性匹配的字体对象。 (IDWriteGdiInterop1.CreateFontFromLOGFONT)
IDWriteGdiInterop1::GetFontSignature

从给定字体读取字体签名。 (重载 2/2)
IDWriteGdiInterop1::GetFontSignature

从给定字体读取字体签名。 (重载 1/2)
IDWriteGdiInterop1::GetMatchingFontsByLOGFONT

根据指定的 LOGFONT 值获取匹配字体的列表。 仅返回该家族名称的字体。

要求

要求 价值
最低支持的客户端 Windows 10 [桌面应用 |UWP 应用]
支持的最低服务器 Windows Server 2016 [桌面应用 |UWP 应用]
目标平台 窗户
标头 dwrite_3.h

另请参阅

IDWriteGdiInterop