IDWriteFontSetBuilder interface (dwrite_3.h)
Contains methods for building a font set.
Inheritance
The IDWriteFontSetBuilder interface inherits from the IUnknown interface. IDWriteFontSetBuilder also has these types of members:
Methods
The IDWriteFontSetBuilder interface has these methods.
IDWriteFontSetBuilder::AddFontFaceReference Adds a reference to a font to the set being built. The necessary metadata will automatically be extracted from the font upon calling CreateFontSet. (overload 1/2) |
IDWriteFontSetBuilder::AddFontFaceReference Adds a reference to a font to the set being built. The necessary metadata will automatically be extracted from the font upon calling CreateFontSet. (overload 2/2) |
IDWriteFontSetBuilder::AddFontSet Appends an existing font set to the one being built, allowing one to aggregate two sets or to essentially extend an existing one. |
IDWriteFontSetBuilder::CreateFontSet Creates a font set from all the font face references added so far with AddFontFaceReference. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dwrite_3.h |