GlyphRun.GlyphOffsets Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece una matriz de valores Point que representan los desplazamientos de los glifos en GlyphRun.

public:
 property System::Collections::Generic::IList<System::Windows::Point> ^ GlyphOffsets { System::Collections::Generic::IList<System::Windows::Point> ^ get(); void set(System::Collections::Generic::IList<System::Windows::Point> ^ value); };
[System.CLSCompliant(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.PointIListConverter))]
public System.Collections.Generic.IList<System.Windows.Point> GlyphOffsets { get; set; }
[<System.CLSCompliant(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Media.Converters.PointIListConverter))>]
member this.GlyphOffsets : System.Collections.Generic.IList<System.Windows.Point> with get, set
Public Property GlyphOffsets As IList(Of Point)

Valor de propiedad

IList<Point>

Lista de valores Point que representan los desplazamientos del glifo.

Atributos

Comentarios

Los valores de desplazamiento del glifo se agregan al origen nominal del glifo para generar el origen final del glifo. La AdvanceWidths propiedad representa los valores de los orígenes nominales del glifo para .GlyphRun

Los glifos base suelen tener un desplazamiento de glifo de (0, 0), combinando glifos generalmente tienen un desplazamiento que los coloca correctamente sobre el glifo base más cercano.

Se aplica a