Property | Type | Description | |
---|---|---|---|
TextAnalysisSink | void | ||
TextAnalysisSink | void | ||
TextAnalysisSink | void | ||
TextAnalysisSink | void | ||
TextAnalysisSource | SharpDX.DirectWrite.NumberSubstitution | ||
TextAnalysisSource | string | ||
TextAnalysisSource | string |
Method | Description | |
---|---|---|
Analyze ( ) : void | ||
TextAnalyzer ( FontDevice fontDevice, TextTextShaper textShaper ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
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.
|
public TextAnalyzer ( FontDevice fontDevice, TextTextShaper textShaper ) : System | ||
fontDevice | FontDevice | |
textShaper | TextTextShaper | |
return | System |