Query: fontcmd
OS: opensolaris
Section: 3u
Links: opensolaris man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FontCmd(3U) InterViews Reference Manual FontCmd(3U)NAMEFontCmd - command for setting components' font attributeSYNOPSIS#include <Unidraw/Commands/font.h>DESCRIPTIONFontCmd is a purely interpretive command for setting the font attribute of selected components.PUBLIC OPERATIONSFontCmd(ControlInfo*, PSFont* = nil) FontCmd(Editor* = nil, PSFont* = nil) Create a FontCmd, optionally specifying the PSFont that components should adopt. virtual void Execute() FontCmd extends Execute to set the value of the affected editor's FontVar instance, if it defines one. PSFont* GetFont() Return the PSFont supplied in the constructor.SEE ALSOCommand(3U), pspaint(3U), statevars(3U) Unidraw 23 January 1991 FontCmd(3U)