IDWriteFactory3 interface
The root factory interface for all DirectWrite objects.
Members
The IDWriteFactory3 interface inherits from IDWriteFactory2. IDWriteFactory3 also has these types of members:
Methods
The IDWriteFactory3 interface has these methods.
| Method | Description |
|---|---|
| CreateCustomRenderingParams |
Creates a rendering parameters object with the specified properties. |
| CreateFontCollectionFromFontSet |
Create a weight/width/slope tree from a set of fonts. |
| CreateFontFaceReference | Overloaded. Creates a reference to a font. |
| CreateFontSetBuilder |
Creates an empty font set builder to add font face references and create a custom font set. |
| CreateGlyphRunAnalysis |
Creates a glyph-run-analysis object that encapsulates info that DirectWrite uses to render a glyph run. |
| GetFontDownloadQueue |
Gets the font download queue associated with this factory object. |
| GetSystemFontCollection |
Retrieves a weight/width/slope tree of system fonts. |
| GetSystemFontSet |
Retrieves the list of system fonts. |
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also