IDWriteFontFace3::AreGlyphsLocal 方法 (dwrite_3.h)
确定指定的字形是否为本地字形。
语法
HRESULT AreGlyphsLocal(
[in] UINT16 const *glyphIndices,
UINT32 glyphCount,
BOOL enqueueIfNotLocal,
[out] BOOL *isLocal
);
参数
[in] glyphIndices
类型: UINT16
字形索引数组。
glyphCount
类型: UINT32
字形索引数组中的元素数。
enqueueIfNotLocal
类型: BOOL
指定是否将下载请求排队
如果任何指定的字形不是本地字形,则为 。
[out] isLocal
类型: BOOL*
如果所有指定的字形均为本地字形,则接收 TRUE,
如果任何指定的字形是远程的,则为 FALSE。
返回值
类型: HRESULT
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
最低受支持的客户端 | Windows 10 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2016 [仅限桌面应用] |
目标平台 | Windows |
标头 | dwrite_3.h |
Library | Dwrite.lib |
DLL | Dwrite.dll |