-
-
Notifications
You must be signed in to change notification settings - Fork 27
FONTSAMPLER can show DISPLAYFONT on non display stream (2nd retry) #2013
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
FONTSAMPLER can show DISPLAYFONT on non display stream (2nd retry) #2013
Conversation
Update title line
…n non-DISPLAY stream (e.g., PDF) Added .LCOM to repository. Corrected PR.
…how-DISPLAYFONT-on-nonDISPLAY-stream-retry'
This still has a lot of stuff in it that I don't expect to see. I think your local copy of the master branch has had things merged into it that are making it messy. I'd suggest doing
|
"get fetch" => "git fetch". |
Yes! I didn't see all of these commits until the PR was created. Even then, it still shows only 2 files changed. (And the PR is supposed to be comparing vs. the master branch. 🤔 I just did a new clone from github, and I'll create the (next) new branch and copy the 2 changed files there. I'll create the PR from there. |
how about adding a HCFILES translation from .DISPLAYFONT to PDF.... so that it would be easy to see what a font was? Sybalsky had a DANCER font that I've wanted to see, for example. |
Enable FONTSAMPLER to display glyphs from .DISPLAYFONT (bitmap font) on non-
DISPLAY
stream (e.g., PDF)Change to match 2025-02-03 discussion on Ascent/Descent per-
CHARSETINFO
vs. wholeFONTDESCRIPTOR
.(Use whole
FONTDESCRIPTOR
.)Third try at a clean PR.
I checked out master and did a Pull.
I then created this new branch, copied the 2 files into lispusers (replacing the ones there), committed the changes, and created this PR.