IDWriteFont::HasCharacter 方法 (dwrite.h)

确定字体是否支持指定的字符。

语法

HRESULT HasCharacter(
        UINT32 unicodeValue,
  [out] BOOL   *exists
);

参数

unicodeValue

类型: UINT32

Unicode (UCS-4) 要检查的方法的字符值。

[out] exists

类型: BOOL*

此方法返回时,如果字体支持指定的字符,则为 TRUE ;否则为 FALSE

返回值

类型: HRESULT

如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。

要求

要求
最低受支持的客户端 Windows 7、带 SP2 的 Windows Vista 和适用于 Windows Vista 的平台更新 [桌面应用 |UWP 应用]
最低受支持的服务器 Windows Server 2008 R2、Windows Server 2008 SP2 和适用于 Windows Server 2008 的平台更新 [桌面应用 |UWP 应用]
目标平台 Windows
标头 dwrite.h
Library Dwrite.lib
DLL Dwrite.dll

另请参阅

IDWriteFont

IDWriteFontFace1::GetUnicodeRanges