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: