GlyphRun.GlyphIndices Właściwość

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Pobiera lub ustawia tablicę UInt16 wartości reprezentujących indeksy glifów w renderowaniu czcionki fizycznej.

public:
 property System::Collections::Generic::IList<System::UInt16> ^ GlyphIndices { System::Collections::Generic::IList<System::UInt16> ^ get(); void set(System::Collections::Generic::IList<System::UInt16> ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.UShortIListConverter))]
public System.Collections.Generic.IList<ushort> GlyphIndices { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.UShortIListConverter))>]
member this.GlyphIndices : System.Collections.Generic.IList<uint16> with get, set
Public Property GlyphIndices As IList(Of UShort)

Wartość właściwości

IList<UInt16>

Lista wartości reprezentujących UInt16 indeksy glifów.

Atrybuty

Uwagi

Wartość domyślna indeksów glyph jest definiowana przez tabelę mapy znaków czcionki dla odpowiednich punktów kodu Unicode w tekście wewnętrznym.

Dotyczy