GlyphRun.GlyphIndices Propriedade

Definição

Importante

Esta API não está em conformidade com CLS.

Obtém ou define uma matriz de valores UInt16 que representam os índices de glifo na fonte física de renderização.

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 da propriedade

IList<UInt16>

Uma lista de UInt16 valores que representam os índices de glifo.

Atributos

Comentários

O valor padrão dos índices de glifo é definido pela tabela de mapa de caracteres da fonte para os pontos de código Unicode correspondentes no texto interno.

Aplica-se a