Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Creates a loader object that can be used to create font file references to in-memory fonts. The caller is responsible for registering and unregistering the loader.
Syntax
HRESULT CreateInMemoryFontFileLoader(
[out] IDWriteInMemoryFontFileLoader **newLoader
);
Parameters
[out] newLoader
Type: IDWriteInMemoryFontFileLoader**
Receives a pointer to the newly-created loader object.
Return value
Type: HRESULT
This method returns an HRESULT success or error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 15063 |
| Minimum supported server | Windows 10 Build 15063 |
| Target Platform | Windows |
| Header | dwrite_3.h |
| Library | Dwrite.lib |
See also
Creating a custom font set using font data loaded into memory