|
|
1.1 root 1: /*
2: * Copyright 1986, Xerox Corporation
3: *
4: * the structure to define a composition system
5: */
6:
7: struct CompositionSwitch {
8: char *cs_systemName; /* string name of the composition system */
9: int cs_readConfigFile; /* boolean: do we read the configuration file or not? */
10: int (*cs_initializationProc)(); /* procedure to call before processing any font vectors */
11: int (*cs_fontProc)(); /* procedure to call for each font vector */
12: int (*cs_cleanUpProc)(); /* procedure to call after processing all font vectors */
13: };
14:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.