Click or drag to resize
ICanvasTextAnalyzerOptions Interface
An application-implemented interface for identifying properties that apply to spans of text.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public interface ICanvasTextAnalyzerOptions

The ICanvasTextAnalyzerOptions type exposes the following members.

Methods
  NameDescription
Public methodGetBidiLevel
Gets the bidi (bi-directional text) level for this character position, and the character count for this span which shares the same bidi level.
Public methodGetLocaleName
Gets the locale for this character position, and the character count for this span which shares the same locale.
Public methodGetNumberSubstitution
Gets the number substitution for this character position, and the character count for this span which shares the same number substitution.
Public methodGetVerticalGlyphOrientation
Gets the vertical glyph orientation for this character position, and the character count for this span which shares the same vertical glyph orientation.
Top
See Also