GlyphTypeface.AdvanceWidths Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les largeurs avancées pour les glyphes représentés par l'objet 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)
Valeur de propriété
Un objet IDictionary<TKey,TValue> qui contient des paires clé-valeur qui représentent des informations sur les largeurs avancées pour les glyphes. La clé est un UInt16 qui identifie l'index des glyphes. La valeur est un Double qui représente la largeur avancée.
Remarques
La AdvanceHeights propriété est utilisée pour calculer la disposition horizontale.