IDWriteFontDownloadListener interface

Application-defined callback interface that receives notifications from the font download queue (IDWriteFontDownloadQueue interface). Callbacks will occur on the downloading thread, and objects must be prepared to handle calls on their methods from other threads at any time.

Members

The IDWriteFontDownloadListener interface inherits from the IUnknown interface. IDWriteFontDownloadListener also has these types of members:

Methods

The IDWriteFontDownloadListener interface has these methods.

MethodDescription
DownloadCompleted

The DownloadCompleted method is called back on an arbitrary thread when a download operation ends.

 

Requirements

Minimum supported client

Windows 8.1 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2012 R2 [desktop apps | Windows Store apps]

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

Header

Dwrite_3.h

Library

Dwrite.lib

DLL

Dwrite.dll

 

 

Show: