Struct GlyphInfo
Struct GlyphInfo
Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML.dll (25.2.0)
Contains glyph related information.
[ComVisible(true)]
public struct GlyphInfo
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Index
Gets the index of this glyph in the font.
public uint Index { get; }
Property Value
Offset
Gets the offset to the next glyph in points.
public float Offset { get; }
Property Value
StringRepresentation
Gets the string representation of this glyph.
public string StringRepresentation { get; }
Property Value
Width
Gets the width of the glyph, in points.
public float Width { get; }
Property Value
Methods
ToString()
Returns a System.String that represents this instance.
public override string ToString()
Returns
A System.String that represents this instance.