File: jsub.h

package info (click to toggle)
dvi2ps 4.1j-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,740 kB
  • ctags: 2,295
  • sloc: ansic: 14,953; sh: 964; makefile: 284
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'