Skip to content

Latest commit

 

History

History
70 lines (60 loc) · 2.81 KB

nn-dwrite_3-idwriteinmemoryfontfileloader.md

File metadata and controls

70 lines (60 loc) · 2.81 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:dwrite_3.IDWriteInMemoryFontFileLoader
IDWriteInMemoryFontFileLoader (dwrite_3.h)
Represents a font file loader that can access in-memory fonts.
IDWriteInMemoryFontFileLoader
IDWriteInMemoryFontFileLoader interface [Direct Write]
IDWriteInMemoryFontFileLoader interface [Direct Write]
described
directwrite.idwriteinmemoryfontfileloader
dwrite_3/IDWriteInMemoryFontFileLoader
directwrite\idwriteinmemoryfontfileloader.htm
DirectWrite
E4B2ADAD-E4B8-4655-BABD-F3FC6A3D4F58
12/05/2018
IDWriteInMemoryFontFileLoader, IDWriteInMemoryFontFileLoader interface [Direct Write], IDWriteInMemoryFontFileLoader interface [Direct Write],described, directwrite.idwriteinmemoryfontfileloader, dwrite_3/IDWriteInMemoryFontFileLoader
dwrite_3.h
Windows
Dwrite.lib
Windows
19H1
IDWriteInMemoryFontFileLoader
dwrite_3/IDWriteInMemoryFontFileLoader
c++
APIRef
kbSyntax
COM
Dwrite.lib
Dwrite.dll
IDWriteInMemoryFontFileLoader

IDWriteInMemoryFontFileLoader interface

-description

Represents a font file loader that can access in-memory fonts. The IDWriteFactory5::CreateInMemoryFontFileLoader method returns an instance of this interface, which the client can use to load in-memory fonts without having to implement a custom loader. A client can also create its own custom implementation, however. In either case, the client is responsible for registering and unregistering the loader using IDWriteFactory::RegisterFontFileLoader and IDWriteFactory::UnregisterFontFileLoader.

-inheritance

The IDWriteInMemoryFontFileLoader interface inherits from IDWriteFontFileLoader. IDWriteInMemoryFontFileLoader also has these types of members:

-see-also

Creating a custom font set using font data loaded into memory

IDWriteFontFileLoader