git: 9front

Download patch

ref: 238ff4c3d9484fb3a940ea85dcc94a7dd9fa31d7
parent: cb5d49f3b99c252ca942ba4f3924d4a4a68b21f4
author: Humm <hummsmith42@gmail.com>
date: Fri Apr 9 12:09:31 EDT 2021

printfont: load all fonts for `printfont all`

--- a/sys/lib/postscript/prologues/printfont.ps
+++ b/sys/lib/postscript/prologues/printfont.ps
@@ -283,6 +283,7 @@
 %
 
 /AllFonts {
+	(*) {findfont pop} 100 string /Font resourceforall
 	/AllFontNames FontDirectory maxlength array def
 	AllFontNames 0 0 put
 
--- a/sys/src/cmd/postscript/printfont/printfont.ps
+++ b/sys/src/cmd/postscript/printfont/printfont.ps
@@ -283,6 +283,7 @@
 %
 
 /AllFonts {
+	(*) {findfont pop} 100 string /Font resourceforall
 	/AllFontNames FontDirectory maxlength array def
 	AllFontNames 0 0 put
 
--