GlyphTypeface.AdvanceWidths Właściwość

Definicja

Pobiera szerokości postępów dla glifów reprezentowanych przez GlyphTypeface obiekt.

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)

Wartość właściwości

IDictionary<UInt16,Double>

IDictionary<TKey,TValue> Obiekt zawierający pary klucz/wartość reprezentujące informacje o szerokości z wyprzedzeniem dla glifów. Klucz jest elementem identyfikującym UInt16 indeks glyph. Wartość jest wartością reprezentującą Double szerokość zaliczki.

Uwagi

Właściwość AdvanceHeights jest używana do obliczania układu poziomego.

Dotyczy

Zobacz też