5fe4c00ed2
- disabled the TrueType interpreter by default - disabled the "type1" driver, "type1z" is now used by default (the internal driver name is "type1" now !!)
8 lines
222 B
Makefile
8 lines
222 B
Makefile
make_module_list: add_type1_driver
|
|
|
|
add_type1_driver:
|
|
$(OPEN_DRIVER)t1_driver_class$(CLOSE_DRIVER)
|
|
$(ECHO_DRIVER)type1 $(ECHO_DRIVER_DESC)Postscript font files with extension *.pfa or *.pfb$(ECHO_DRIVER_DONE)
|
|
|
|
# EOF
|