Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / ThemeFont Object / FontSize Property
In This Topic
    FontSize Property (ThemeFont)
    In This Topic
    Gets or sets the size (in points) of the terminal session font. This property has no effect when AutoFontSize is True (the default).
    Syntax
    expression.FontSize As Integer
    where expression is a variable that represents a ThemeFont Object

    Property Value


    The default value is 12.
    The range of values is 3 to 72. If you select a value within this range that is not supported by the current font, Reflection substitutes a similar font size. Values outside this range return an error.

    See Also