logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

FontCmd - command for setting components' font attribute

Description

       FontCmd is a purely interpretive command for setting the font attribute of selected components.

Name

       FontCmd - command for setting components' font attribute

Public Operations

FontCmd(ControlInfo*,PSFont*=nil)FontCmd(Editor*=nil,PSFont*=nil)
              Create a FontCmd, optionally specifying the PSFont that components should adopt.

       virtualvoidExecute()
              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 Also

Command(3U), pspaint(3U), statevars(3U)

Unidraw                                          23 January 1991                                     FontCmd(3U)

Synopsis

#include<Unidraw/Commands/font.h>

See Also