Class TextOptions
Class TextOptions
Namespace: Aspose.Svg.Rendering.Image
Assembly: Aspose.SVG.dll (25.5.0)
Represents text rendering options for Aspose.Svg.Rendering.Image.ImageDevice.
[ComVisible(true)]
public class TextOptions
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
UseHinting
Specifies whether to use text hinting. By default, hinting is disabled.
public bool UseHinting { get; set; }