Sdílet prostřednictvím


GlyphTypeface.AdvanceWidths Vlastnost

Definice

Získá pokročilé šířky pro glyfy reprezentované objektem 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)

Hodnota vlastnosti

IDictionary<UInt16,Double>

Objekt IDictionary<TKey,TValue> , který obsahuje páry klíč/hodnota představující informace o pokročilé šířce pro glyfy. Klíč je UInt16 ten, který identifikuje index glyfů. Hodnota je Double hodnota, která představuje pokročilou šířku.

Poznámky

Vlastnost AdvanceHeights slouží k výpočtu vodorovného rozložení.

Platí pro

Viz také