readme
来自「早期freebsd实现」· 代码 · 共 24 行
TXT
24 行
IPMETRICSIpmetrics converts Interpress metric masters to the form need byspecific composition systems.HOW TO ADD A NEW COMPOSITION SYSTEMTo make it easier to add new output capability to ipmetrics, theinterface from the executor has been simplified. Each compositionsystem that is supported by ipmetrics is listed in the file"conf.c". Basically, for eack system three procedures are provided: one that is called for initialization one that is called for each property vector one that is called to clean-upIn addition, a boolean flag is given to determine whether a configurationfile should be read from the standard input or not. If the configurationfile is read, then it is placed in a linked list of structures. Thestructures are defined in "config.h".The initialization and clean-up procedures are called with a pointerto the chain of font descriptors. The procedure to handle eachvector is called with the configuration chain and the vector.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?