HaoTermFontFamily Property |
Gets or sets the font family.
Namespace:
Flex.Hal.Term
Assembly:
Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 4.1.4031.1525
Syntax public FontFamily FontFamily { get; set; }
Public Property FontFamily As FontFamily
Get
Set
Property Value
Type:
FontFamilyRemarks
Only monospaced fonts are allowed. Invalid or unsupported fonts are ignored.
See Also