[]
Analyzes a text range for script orientation, reading text and attributes from the source and reporting results to the sink.
public void AnalyzeVerticalGlyphOrientation(TextAnalysisSource1 analysisSource, int textPosition, int textLength, TextAnalysisSink1 analysisSink)
| Type | Name | Description |
|---|---|---|
| TextAnalysisSource1 | analysisSource | Source object to analyze. |
| int | textPosition | Starting position within the source object. |
| int | textLength | Length to analyze. |
| TextAnalysisSink1 | analysisSink | Length to analyze. |
HRESULT IDWriteTextAnalyzer1::AnalyzeVerticalGlyphOrientation([In] IDWriteTextAnalysisSource1* analysisSource,[In] unsigned int textPosition,[In] unsigned int textLength,[In] IDWriteTextAnalysisSink1* analysisSink)
public void AnalyzeVerticalGlyphOrientation(IntPtr analysisSource, int textPosition, int textLength, IntPtr analysisSink)
| Type | Name | Description |
|---|---|---|
| IntPtr | analysisSource | |
| int | textPosition | |
| int | textLength | |
| IntPtr | analysisSink |