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
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; }