GlyphTypeface.AdvanceWidths Propriedade

Definição

Obtém as larguras de avanço dos glifos representados pelo GlyphTypeface objeto.

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 Propriedade

Um IDictionary<TKey,TValue> objeto que contém pares chave/valor que representam informação de largura avançada para os glifos. A chave é a UInt16 que identifica o índice de glifos. O valor é a Double que representa a largura do avanço.

Observações

A AdvanceHeights propriedade é usada para calcular a disposição horizontal.

Aplica-se a

Ver também