Struct GlyphInfo
Struct GlyphInfo
Il nome: Aspose.Html.Rendering Assemblaggio: Aspose.HTML.dll (25.4.0)
Contiene informazioni relative al 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
Ottieni l’indice di questo glyph nella font.
public uint Index { get; }
Valore di proprietà
Offset
Riceve il rimborso al prossimo glyph in punti.
public float Offset { get; }
Valore di proprietà
StringRepresentation
Ottieni la rappresentazione di string di questo glyph.
public string StringRepresentation { get; }
Valore di proprietà
Width
Riceve la larghezza del glyph, in punti.
public float Width { get; }
Valore di proprietà
Methods
ToString()
Ritorna un System.String che rappresenta questa instanza.
public override string ToString()
Returns
Un sistema.String che rappresenta questa instanza.