Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ objstr(3) — GL1 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

objstr(3)  —  Silicon Graphics R1c

NAME

objstr - draw a string of object font characters on the screen

SYNOPSIS

C
objstr(str)
String str;

FORTRAN
subroutine objstr(str)
character*(*) str

Pascal
procedure objstr(str: String);

DESCRIPTION

Objstr draws a string of text using the currently selected object font.  The origin of the first character in the string will be placed at the current graphics position.  After each character is drawn, the current graphics position is updated by the character itself, or not at all. 

Any characters in the text string that are undefined in the current object font are ignored. 

SEE ALSO

defobjfont, objfont

Version 2.3  —  July 04, 1985

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