Struct GlyphInfo

Struct GlyphInfo

Le nom : Aspose.Html.Rendering Assemblaggio: Aspose.HTML.dll (25.4.0)

Il contient des informations liées au glyph.

[ComVisible(true)]
public struct GlyphInfo

I membri ereditari

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Index

Obtenez l’indice de ce glyph dans la lettre.

public uint Index { get; }

Valore di proprietà

uint

Offset

Obtenez le rabais pour le prochain glyph en points.

public float Offset { get; }

Valore di proprietà

float

StringRepresentation

Obtenez la représentation de ce glyph.

public string StringRepresentation { get; }

Valore di proprietà

string

Width

Obtenez la largeur du glyph, en points.

public float Width { get; }

Valore di proprietà

float

Methods

ToString()

Ritorna un System.String che rappresenta questa instanza.

public override string ToString()

Returns

string

Un sistema.String che rappresenta questa instanza.

 Français