- disabled the TrueType interpreter by default - disabled the "type1" driver, "type1z" is now used by default (the internal driver name is "type1" now !!)david-pic-changes
parent
c3dd151b0f
commit
5fe4c00ed2
11 changed files with 22 additions and 11 deletions
@ -1,7 +1,7 @@ |
||||
make_module_list: add_type1z_driver |
||||
make_module_list: add_type1_driver |
||||
|
||||
add_type1z_driver: |
||||
$(OPEN_DRIVER)t1z_driver_class$(CLOSE_DRIVER)
|
||||
$(ECHO_DRIVER)type1z $(ECHO_DRIVER_DESC)Postscript font files with extension *.pfa or *.pfb$(ECHO_DRIVER_DONE)
|
||||
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
|
||||
|
Loading…
Reference in new issue