installFontsHook: install some more font formats
This adds support for installing type1 fonts and their support files, OpenType-collections and x11 specific formats.
This commit is contained in:
@@ -38,7 +38,13 @@ installFonts() {
|
||||
installFont 'ttf' "$out/share/fonts/truetype"
|
||||
installFont 'ttc' "$out/share/fonts/truetype"
|
||||
installFont 'otf' "$out/share/fonts/opentype"
|
||||
installFont 'otc' "$out/share/fonts/opentype"
|
||||
installFont 'pfa' "$out/share/fonts/type1"
|
||||
installFont 'pfb' "$out/share/fonts/type1"
|
||||
installFont 'pfm' "$out/share/fonts/type1"
|
||||
installFont 'afm' "$out/share/fonts/type1"
|
||||
installFont 'bdf' "$out/share/fonts/misc"
|
||||
installFont 'pcf' "$out/share/fonts/misc"
|
||||
installFont 'otb' "$out/share/fonts/misc"
|
||||
installFont 'psf' "$out/share/consolefonts"
|
||||
installFont 'psfu' "$out/share/consolefonts"
|
||||
|
||||
Reference in New Issue
Block a user