IDWriteTextAnalysisSource1 interface (dwrite_1.h)

The interface you implement to provide needed information to the text analyzer, like the text and associated text properties.

Note   If any of these callbacks return an error, the analysis functions will stop prematurely and return a callback error.
 

Inheritance

The IDWriteTextAnalysisSource1 interface inherits from IDWriteTextAnalysisSource. IDWriteTextAnalysisSource1 also has these types of members:

Methods

The IDWriteTextAnalysisSource1 interface has these methods.

 
IDWriteTextAnalysisSource1::GetVerticalGlyphOrientation

Used by the text analyzer to obtain the desired glyph orientation and resolved bidi level.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header dwrite_1.h

See also

IDWriteTextAnalysisSource