File: jsub.h

package info (click to toggle)
dvi2ps 3.0a1-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,392 kB
  • ctags: 1,750
  • sloc: ansic: 11,699; sh: 277; makefile: 235
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'