File: jsub.h

package info (click to toggle)
dvi2ps 3.2j-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,344 kB
  • ctags: 1,896
  • sloc: ansic: 12,767; sh: 938; makefile: 269
file content (11 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
#define	NJSUBS		33
#define	JSF_HIRA	(unsigned short)3

#define	JSTFM_MAGIC	142857

extern char *jsf_names[];
#define	jsubfontname(f)	jsf_names[f]
extern int foundjsubf;

#define	NCSUBS		47
#define	CSUB_SEP	'C'