GlyphRun.GlyphIndices Vlastnost

Definice

Důležité

Toto rozhraní API neodpovídá specifikaci CLS.

Získá nebo nastaví pole UInt16 hodnot, které představují indexy glyfů ve fyzickém písmu vykreslování.

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)

Hodnota vlastnosti

Seznam UInt16 hodnot, které představují glyfové indexy.

Atributy

Poznámky

Výchozí hodnota indexů piktogramů je definována tabulkou mapy znaků písma pro odpovídající body kódu Unicode ve vnitřním textu.

Platí pro