コード例 #1
0
ファイル: Bidi.cs プロジェクト: ranganathsb/JavaSharp
 /// <summary>
 /// Return the level of the nth logical run in this line. </summary>
 /// <param name="run"> the index of the run, between 0 and <code>getRunCount()</code> </param>
 /// <returns> the level of the run </returns>
 public int GetRunLevel(int run)
 {
     return(BidiBase.getRunLevel(run));
 }