InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IThemeFont Interface / FontName Property


In This Topic
    FontName Property (IThemeFont)
    In This Topic
    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, InfoConnect 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) InfoConnect chooses a new font size so the correct number of rows is displayed on the screen.

    See Also