PtTerminalFontChange -- font change callback information.
class PtTerminalFontChange { new_font; // string old_font; // string }
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.
A string identifying the new font.
A string identifying the old font.
PtTerminal, PtCallbackInfo