Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDWriteFontSet interface

Represents a font set.

Members

The IDWriteFontSet interface inherits from the IUnknown interface. IDWriteFontSet also has these types of members:

Methods

The IDWriteFontSet interface has these methods.

MethodDescription
FindFontFace

Gets the index of the matching font face reference in the font set, with the same file, face index, and simulations.

FindFontFaceReference

Gets the index of the matching font face reference in the font set, with the same file, face index, and simulations.

GetFontCount

Get the number of total fonts in the set.

GetFontFaceReference

Gets a reference to the font at the specified index, which may be local or remote.

GetMatchingFonts Overloaded.

Returns a subset of fonts matching the specified criteria.

GetPropertyOccurrenceCount

Returns how many times a given property value occurs in the set.

GetPropertyValues Overloaded.

Returns property values for the font set.

 

Requirements

Minimum supported client

Windows 10 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2016 [desktop apps | Windows Store apps]

Header

Dwrite_3.h

Library

Dwrite.lib

DLL

Dwrite.dll

 

 

Show:
© 2017 Microsoft