-
-
Notifications
You must be signed in to change notification settings - Fork 27
How to compare fonts? (HPRINT fails) #483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
help wanted
Extra attention is needed
Comments
clue: if HPRINT is printing to a non-random-accessible stream, it opens a {NoDirCore} stream, prints to that, and then copybytes . |
pr #506 fixes the EOL problem but the other problems (how to compare font files? HPRINT on DEFAULTFONT fails) remain |
I wasn't sure how to make progress on the FONT issues, but cataloging what we have seemed like a start. What to do next? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking for a way to compare two fonts (one read from hevetica12.strike in AltoFonts and one from helvetica12-mrr-0 in displayfonts>c0>. After patching \fontfilename.old (and display-font-name-map which looks very dossy), adding 'strike to displayfontextensions, setting displayfontdiectories in various orders
I was able to read both using (\readdisplayfontfile 'helvetica 12 'mrr 0 'display 0)
I thought I would try HPRINT to see any diffs, but HPRINT produces output like this
Notice the odd linebreaks when printing the bitmap.
The text was updated successfully, but these errors were encountered: