IDWriteColorGlyphRunEnumerator interface

This interface allows the application to enumerate through the color glyph runs. The enumerator enumerates the layers in a back to front order for appropriate layering.

Members

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

Methods

The IDWriteColorGlyphRunEnumerator interface has these methods.

MethodDescription
GetCurrentRun

Returns the current glyph run of the enumerator.

MoveNext

Move to the next glyph run in the enumerator.

 

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]

Library

Dwrite.lib

DLL

Dwrite.dll

 

 

Show: