GraphicContextFont Property |
Sets or gets the true type font object that is used for rendering text.
Namespace: Aspose.Html.RenderingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic virtual ITrueTypeFont Font { get; set; }
Public Overridable Property Font As ITrueTypeFont
Get
Set
public:
virtual property ITrueTypeFont^ Font {
ITrueTypeFont^ get ();
void set (ITrueTypeFont^ value);
}
abstract Font : ITrueTypeFont with get, set
override Font : ITrueTypeFont with get, set
Property Value
Type:
ITrueTypeFont
See Also