💻 Software
Ghostscript: how do I find out what fonts are available?
Fresh5 days ago
Mar 15, 20265564 viewsConfidence Score0%
0%
Problem
In Ghostscript, on a windows xp pc with an inkjet printer, how can I see a sample of the fonts available on my system? I need to know what they are called to invoke them, and it would be useful to know what substitutions are made.
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Ghostscript: how do I find out what fonts are available?
Low Risk
will pipe a list of all the fonts available to stdout. Instead of a simple for the proc argument to resourceforall you could supply a more complex routine to print a page of output using the font. Eg: Or even: You can make it as pretty as you like, …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix