;
;  This is the font-definition file for the previewer "ShowDVI"
;
;
;  Here a short discription of the syntax.
;
;    ";" mark's the beginning of a comment
;
;    Eight different key words exists:
;
;     - flib_str
;	this defines the format string for the font libraries.
;	Example:
;	   flib_str	PK%04d		; this is the default string
;
;     - pk_str
;	this defines the format string for the pk-fonts
;	Example:
;	   pk_str	%d/%s.%dpk	; this is the default string
;
;
;     - pkdir_str
;	defines the format string for the pk-fonts which are searched via
;	the 'pkdir' keyword.
;	Example:
;	   pkdir_str	%s.pk		; the is the default string
;
;	The Format of the format-strings is:
;	   %d   ->   insert the dpi size
;	   %h	->   same as %d
;	   %v   ->   insert vertical resolution in dpi
;	   %x   ->   insert the (horizontal) dpi size multiplied with five
;	   %y   ->   insert the vertical dpi size multiplied with five
;	   %s   ->   insert the font name
;
;     - flib
;	predefine a font library
;	Example:
;	   flib		100	disk2:fontlib
;	This defines a font library of the resolution 100dpi in the directory
;	disk2:fontlib
;
;     - font
;	predefine an pk-font
;	Example:
;	   font		cmr10	100	ram:fastpk
;	This defines the pk-font "cmr10" at 100dpi in the directory
;	ram:fastpk
;
;     - pkdir
;	predefine a directory of pk-fonts. Can be used to link one pk-size
;	to another
;	Example:
;	   pkdir_str	%s.pk
;	   pkdir	109	TeX:pk/110
;	   pkdir	110	TeX:pk/110
;	The font TeX:pk/110/cmr10.pk is now used for resolution 109 and 110.
;
;     - flibenv
;	define a list of directories. Same use as the ENV: var 'FLIBDIR'.
;	Example:
;	   flibenv	Disk1:fontlib Disk2:fontlib
;
;     - pkenv
;	define a list of directories. Same use as the ENV: var 'PKDIR'.
;	Example:
;	   pkenv	Disk1:pk Disk2:pk
;
;
;  Example:
;
;    flib	100  fontdisk1:fontlib
;    flib_str	PK%04hx%04v		; fonts with different x/y resolution
;    flib	120  fontdisk2:fontlib
;    flib	131  fontdisk2:fontlib
;    flib	144  fontdisk2:fontlib
;    ....
;    flib_str	PK%04d			; use for the other libs the default format string
;    pkdir_str	%x/%s.%xpk
;    pkdir	100  ctex:pk		; other font-name format
;    pkdir_str	%s.pk
;    pkdir	100  pkdisk1:pk/preview
;
;flib_str	PK%04d		; this is the default string
flibenv		TeX_3:fontlib
pkenv		TeX_3:pk

;pk_str		%s.pk		; das alte Format
;font	cmcsc10  73	TeX_3:pk/73	;80%/91
;font	cmcsc10  82	TeX_3:pk/82	;90%/91
;font	cmbx10	 86	TeX_3:pk/86	;.714/120
;font	cmcsc10  96	TeX_3:pk/96	;80%/120
;font	cmbx10	103	TeX_3:pk/103	;.857/120
;font	cmcsc10 108	TeX_3:pk/110	;90%/120
;
;pkdir_str	%s.pk
;pkdir		 91	TeX_3:pk/91	;0/91
;pkdir		100	TeX_3:pk/100	;.5/91
;pkdir		110	TeX_3:pk/110	;1/91
;pkdir		120	TeX_3:pk/120	;0/120
;pkdir		131	TeX_3:pk/131	;.5/120,2/91
;pkdir		144	TeX_3:pk/144	;1/120
;pkdir		157	TeX_3:pk/157	;3/91
;pkdir		173	TeX_3:pk/173	;2/120
;pkdir		189	TeX_3:pk/189	;4/91
;pkdir		207	TeX_3:pk/207	;3/120
;pkdir		226	TeX_3:pk/226	;5/91
;pkdir		249	TeX_3:pk/249	;4/120
;pkdir		299	TeX_3:pk/299	;5/120
