Свойство | Тип | Описание | |
---|---|---|---|
TextAnalysisSink | void | ||
TextAnalysisSink | void | ||
TextAnalysisSink | void | ||
TextAnalysisSink | void | ||
TextAnalysisSource | SharpDX.DirectWrite.NumberSubstitution | ||
TextAnalysisSource | string | ||
TextAnalysisSource | string |
Метод | Описание | |
---|---|---|
Analyze ( ) : void | ||
TextAnalyzer ( FontDevice fontDevice, TextTextShaper textShaper ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public TextAnalyzer ( FontDevice fontDevice, TextTextShaper textShaper ) : System | ||
fontDevice | FontDevice | |
textShaper | TextTextShaper | |
Результат | System |