Class TextInfo

Class TextInfo

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML.dll (25.4.0)

Contains information about rendered text.

[ComVisible(true)]
public class TextInfo

Inheritance

objectTextInfo

Inherited Members

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

Properties

GlyphInfos

Gets information about rendered glyphs.

public IList<glyphinfo> GlyphInfos { get; }

Property Value

IList<GlyphInfo&gt;