Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |