C# Class Frost.DirectX.TextAnalyzer

This class provides textual analysis of a string.
Inheritance: SharpDX.CallbackBase, TextAnalysisSource, TextAnalysisSink
Datei anzeigen Open project: fealty/Frost

Private Properties

Property Type Description
TextAnalysisSink void
TextAnalysisSink void
TextAnalysisSink void
TextAnalysisSink void
TextAnalysisSource SharpDX.DirectWrite.NumberSubstitution
TextAnalysisSource string
TextAnalysisSource string

Public Methods

Method Description
Analyze ( ) : void
TextAnalyzer ( FontDevice fontDevice, TextTextShaper textShaper ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
TextAnalysisSink ( int textPosition, int textLength, SharpDX.DirectWrite.LineBreakpoint lineBreakpoints ) : void

This method applies the results of breakpoint analysis to a range of characters.

TextAnalysisSink ( int textPosition, int textLength, SharpDX.DirectWrite.NumberSubstitution numberSubstitution ) : void

This method applies the results of number substition analysis to a range of characters.

TextAnalysisSink ( int textPosition, int textLength, ScriptAnalysis scriptAnalysis ) : void

This method applies the results of script analysis to a range of characters.

TextAnalysisSink ( int textPosition, int textLength, byte explicitLevel, byte resolvedLevel ) : void

This method applies the results of bidi-text analysis to a range of characters.

TextAnalysisSource ( int textPosition, int &textLength ) : SharpDX.DirectWrite.NumberSubstitution

This method retrieves cohesive runs of text having identical number substitutions.

TextAnalysisSource ( int textPosition ) : string

This method retrieves the text at the given position.

TextAnalysisSource ( int textPosition, int &textLength ) : string

This method retrieves cohesive runs of text having identical locales.

Method Details

Analyze() public method

public Analyze ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

TextAnalyzer() public method

public TextAnalyzer ( FontDevice fontDevice, TextTextShaper textShaper ) : System
fontDevice FontDevice
textShaper TextTextShaper
return System