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.
Performs an equality comparison between the font face object on which Equals is being called and the font face object passed as a parameter.
Syntax
BOOL Equals(
IDWriteFontFace *fontFace
);
Parameters
fontFace
Type: IDWriteFontFace*
A pointer to a font face object to compare with the font face object on which Equals is being called.
Return value
Type: BOOL
true if the font face objects are equal. Otherwise, false.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 16299 |
| Minimum supported server | Windows 10 Build 16299 |
| Target Platform | Windows |
| Header | dwrite_3.h |
| Library | Dwrite.lib |