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.

IDWriteFontSetBuilder interface

Contains methods for building a font set.

Members

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

Methods

The IDWriteFontSetBuilder interface has these methods.

MethodDescription
AddFontFaceReference Overloaded.

Adds a reference to a font to the set being built.

AddFontSet

Appends an existing font set to the one being built, allowing one to aggregate two sets or to essentially extend an existing one.

CreateFontSet

Creates a font set from all the font face references added so far with AddFontFaceReference.

 

Requirements

Header

Dwrite_3.h

Library

Dwrite.lib

DLL

Dwrite.dll

See also

IUnknown

 

 

Show:
© 2017 Microsoft