C# 클래스 Frost.DirectX.TextAnalyzer

This class provides textual analysis of a string.
상속: SharpDX.CallbackBase, TextAnalysisSource, TextAnalysisSink
파일 보기 프로젝트 열기: fealty/Frost

Private Properties

프로퍼티 타입 설명
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.

메소드 상세

Analyze() 공개 메소드

public Analyze ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

TextAnalyzer() 공개 메소드

public TextAnalyzer ( FontDevice fontDevice, TextTextShaper textShaper ) : System
fontDevice FontDevice
textShaper TextTextShaper
리턴 System