הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Creates an empty font set builder, ready to add font instances to, and create a custom font set.
Syntax
HRESULT CreateFontSetBuilder(
IDWriteFontSetBuilder2 **fontSetBuilder
);
Parameters
fontSetBuilder
Type: IDWriteFontSetBuilder2**
The address of a pointer to an IDWriteFontSetBuilder2 interface. On successful completion, the function sets the pointer to a newly created font set builder object, otherwise it sets the pointer to nullptr.
Return value
Type: HRESULT
If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 16299 |
| Minimum supported server | Windows 10 Build 16299 |
| Target Platform | Windows |
| Header | dwrite_3.h |
| Library | Dwrite.lib |