GlyphRun.GlyphIndices Property

Definition

Important

This API is not CLS-compliant.

Gets or sets an array of UInt16 values that represent the glyph indices in the rendering physical font.

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)

Property Value

A list of UInt16 values that represent the glyph indices.

Attributes

Remarks

The default value of the glyph indices are defined by the font's character map table for the corresponding Unicode code points in the inner text.

Applies to