Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ objfont(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

objfont(3)  —  Silicon Graphics R1c

NAME

objfont - select an object font to display text

SYNOPSIS

C
objfont(fntnum)
short fntnum;

FORTRAN
subroutine objfon(fntnum)
integer*2 fntnum

Pascal
procedure objfont(fntnum: Short);

DESCRIPTION

Objfont chooses an object font that will be used whenever an objstr command draws a text string.  The argument is an index into the font table built with defobjfont commands.  This font remains in effect until another objfont command is executed.  By default, the object font is undefined. 

If objfont specifies an undefine font number, the command is ignored. 

SEE ALSO

defobjfont

Version 2.3  —  July 04, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026