Compartir a través de


GlyphTypeface.AdvanceWidths Propiedad

Definición

Obtiene el ancho de avance de los glifos representados por el objeto GlyphTypeface.

public:
 property System::Collections::Generic::IDictionary<System::UInt16, double> ^ AdvanceWidths { System::Collections::Generic::IDictionary<System::UInt16, double> ^ get(); };
public System.Collections.Generic.IDictionary<ushort,double> AdvanceWidths { get; }
member this.AdvanceWidths : System.Collections.Generic.IDictionary<uint16, double>
Public ReadOnly Property AdvanceWidths As IDictionary(Of UShort, Double)

Valor de propiedad

IDictionary<UInt16,Double>

Un objeto IDictionary<TKey,TValue> que contiene pares de clave y valor que representan la información del ancho de avance de los glifos. La clave es un valor de tipo UInt16 que identifica el índice del glifo. El valor es un valor de tipo Double que representa el ancho de avance.

Comentarios

La AdvanceHeights propiedad se usa para calcular el diseño horizontal.

Se aplica a

Consulte también