PtTerminalFontChange

PtTerminalFontChange — font change callback information.

Synopsis

class PtTerminalFontChange
{
    new_font;    // string
    old_font;    // string
}
		

Description

This class holds the names of old and new fonts on a generated by a Pt_CB_TERM_FONT callback.

Also see Pt_CB_TERM_FONT in the PtTerminal section of the Photon documentation.

Instance Variables

new_font

A string identifying the new font.

old_font

A string identifying the old font.

Associated Classes

PtTerminal, PtCallbackInfo