Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/pgscf.dc2
Дата изменения: Wed Oct 31 05:16:16 2001
Дата индексирования: Fri Jan 16 00:11:30 2009
Кодировка:
Name: PGSCF

Purpose: set character font

Category: GRAPHICS

File: pgplot.src

Author: T.J. Pearson

Use: see description below.

Description:

SUBROUTINE PGSCF (FONT)
INTEGER FONT

Set the Character Font for subsequent text plotting. Four different
fonts are available:
1: (default) a simple single-stroke font ("normal" font)
2: roman font
3: italic font
4: script font
This call determines which font is in effect at the beginning of
each text string. The font can be changed (temporarily) within a text
string by using the escape sequences \fn, \fr, \fi, and \fs for fonts
1, 2, 3, and 4, respectively.

Argument:
FONT (input) : the font number to be used for subsequent text
plotting (in range 1-4).

Updates: Oct 16, 1998: JPT automatically extracted from source.