Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
---|---|
Target Platform | Windows |
Header | dwrite_3.h |
Library | Dwrite.lib |
See also
Creating a custom font set using font data loaded into memory