GlyphRun.GlyphIndices Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient ou définit un tableau de valeurs UInt16 qui représentent les index de glyphes dans la police physique du rendu.

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)

Valeur de propriété

IList<UInt16>

Liste des valeurs UInt16 qui représentent les index de glyphes.

Attributs

Remarques

La valeur par défaut des index glyphes est définie par la table de mappage de caractères de la police pour les points de code Unicode correspondants dans le texte interne.

S’applique à