GraphicContextFont Property
Sets or gets the true type font object that is used for rendering text.

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public virtual ITrueTypeFont Font { get; set; }

Property Value

Type: ITrueTypeFont
See Also