IDWriteTextAnalyzer2 interface (dwrite_2.h)

Analyzes various text properties for complex script processing.

Inheritance

The IDWriteTextAnalyzer2 interface inherits from IDWriteTextAnalyzer1. IDWriteTextAnalyzer2 also has these types of members:

Methods

The IDWriteTextAnalyzer2 interface has these methods.

 
IDWriteTextAnalyzer2::CheckTypographicFeature

Checks if a typographic feature is available for a glyph or a set of glyphs.
IDWriteTextAnalyzer2::GetGlyphOrientationTransform

Returns 2x3 transform matrix for the respective angle to draw the glyph run. (IDWriteTextAnalyzer2.GetGlyphOrientationTransform)
IDWriteTextAnalyzer2::GetTypographicFeatures

Returns a complete list of OpenType features available for a script or font.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header dwrite_2.h

See also

IDWriteTextAnalyzer1