GlyphRun.GlyphIndices Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece una matriz de los valores UInt16 que representan los índices de glifo en la representación de la fuente física.

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)

Valor de propiedad

IList<UInt16>

Lista de valores UInt16 que representan los índices de glifo.

Atributos

Comentarios

El valor predeterminado de los índices de glifo se define mediante la tabla de mapa de caracteres de la fuente para los puntos de código Unicode correspondientes en el texto interno.

Se aplica a