TextLine.GetIndexedGlyphRuns 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得列舉值,用於列舉 IndexedGlyphRun 中的 TextLine 物件。
public:
abstract System::Collections::Generic::IEnumerable<System::Windows::Media::TextFormatting::IndexedGlyphRun ^> ^ GetIndexedGlyphRuns();
public abstract System.Collections.Generic.IEnumerable<System.Windows.Media.TextFormatting.IndexedGlyphRun> GetIndexedGlyphRuns ();
abstract member GetIndexedGlyphRuns : unit -> seq<System.Windows.Media.TextFormatting.IndexedGlyphRun>
Public MustOverride Function GetIndexedGlyphRuns () As IEnumerable(Of IndexedGlyphRun)
傳回
列舉值,可讓您列舉 IndexedGlyphRun 中的每個 TextLine 物件。
備註
透過物件清單 IndexedGlyphRun 列舉,文字配置用戶端可以取得每個文字來源字元的字元資訊。