IDWriteFontFace3::HasCharacter method
Determines whether the font supports the specified character.
Syntax
BOOL HasCharacter(
[in] UINT32 unicodeValue
);
Parameters
- unicodeValue [in]
-
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
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: