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

uint

Offset

Gets the offset to the next glyph in points.

public float Offset { get; }

Property Value

float

StringRepresentation

Gets the string representation of this glyph.

public string StringRepresentation { get; }

Property Value

string

Width

Gets the width of the glyph, in points.

public float Width { get; }

Property Value

float

Methods

ToString()

Returns a System.String that represents this instance.

public override string ToString()

Returns

string

A System.String that represents this instance.