Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ font(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

font(3)  —  Silicon Graphics R1c

NAME

font - select a raster font to display text

SYNOPSIS

C
font(fntnum)
short fntnum;

FORTRAN
subroutine font(fntnum)
integer*2 fntnum

Pascal
procedure font(fntnum: Short);

DESCRIPTION

Font chooses a raster font that will be used whenever a charstr command draws a text string.  The argument is an index into the font table built with the defrasterfont command.  This font remains in effect until another font command is executed.  By default, font 0 is selected. 

If font specifies an font number that is not defined, the command is ignored. 

SEE ALSO

defrasterfont, getfont

Version 2.3  —  July 04, 1985

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