Struct GlyphInfo
Struct GlyphInfo
Nazwa przestrzeń: Aspose.Html.Rendering Zestaw: Aspose.HTML.dll (25.4.0)
Zawiera informacje powiązane z glyfem.
[ComVisible(true)]
public struct GlyphInfo
Dziedziczeni członkowie
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Index
Znajdź indeks tego glyfa w czcionce.
public uint Index { get; }
Wartość nieruchomości
Offset
Otrzymuje odsetek na następny glif w punktach.
public float Offset { get; }
Wartość nieruchomości
StringRepresentation
Otrzymuje łańcuch reprezentacji tego glif.
public string StringRepresentation { get; }
Wartość nieruchomości
Width
Dostaje szerokość glify, w punktach.
public float Width { get; }
Wartość nieruchomości
Methods
ToString()
Powraca system.String, który reprezentuje tę instancję.
public override string ToString()
Returns
System.String, który reprezentuje tę instancję.