إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Determines whether the font supports the specified character.
Syntax
BOOL HasCharacter(
[in] UINT32 unicodeValue
);
Parameters
[in] unicodeValue
Type: UINT32
A Unicode (UCS-4) character value.
Return value
Type: BOOL
Returns whether the font supports the specified character. Returns TRUE if the font has the specified character; otherwise, FALSE.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Target Platform | Windows |
| Header | dwrite_3.h |
| Library | Dwrite.lib |
| DLL | Dwrite.dll |