Attachmate Reflection 2014 .NET API Reference
FontName Property (IThemeFont)


Gets or sets the face name of the terminal font to use.
Syntax
'Declaration
 
Property FontName As String
'Usage
 
Dim instance As IThemeFont
Dim value As String
 
instance.FontName = value
 
value = instance.FontName
string FontName {get; set;}

Property Value

The default is "Segoe UI Mono".
This string can be up to 260 characters long.
Remarks

Available fonts are listed in the Fonts list on the Appearance tab. Font names are case-sensitive.

By default, Reflection uses the font called Segoe UI Mono. This provides a 24 × 80 display that accurately emulates the terminal. When you resize the terminal window, by default (for any font) Reflection chooses a new font size so the correct number of rows is displayed on the screen.

Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

IThemeFont Interface
IThemeFont Members

Send Feedback