IDWriteFactory5::CreateInMemoryFontFileLoader method
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
- newLoader [out]
-
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
|
Header |
|
|---|---|
|
Library |
|
See also
Show: