objfont(3) — Unix Programmer’s Manual
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
Silicon Graphics — R1c