IDWriteFontFace5::Equals method (dwrite_3.h)

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 20348
Minimum supported server Windows 10 Build 20348
Target Platform Windows
Header dwrite_3.h
Library Dwrite.lib

See also

IDWriteFontFace