-
-
Notifications
You must be signed in to change notification settings - Fork 24
Handle newly encountered cases in BDF files. #2108
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
base: master
Are you sure you want to change the base?
Conversation
I treat it as the _slug_ glyph, instead of the _default_ of a solid block.
Glyphs with zero width bitmap *and* zero advance (_escapement_) caused miscalculated glyph offsets into the CHARSETINFO bitmap.
Allow and ignore COMMENT lines preceding the STARTFONT line. Add error checking for extracting font FAMILY, SIZE, FACE, etc. from the BDF-FONT object. Add recommendation to documentation to write the DISPLAYFONT files to a directory separate from the system's IL:DISPLAYFONTDIRECTORIES locations.
On Linux Mint 22.1 Cinnamon I tested the changes up to edcc0e3 and now But how can I determine the name of the converted font to feed to the TEdit charlooks menu? I added the directory with the new font to |
This appears to be due to the way that font files are named. Interestingly, calling So, what should |
I don’t think it should do anything different, but the documentation should say “don’t name fonts with names that end in digits” |
Better handling of a glyph with ENCODING of -1. (From
Monaco-10.bdf
converted mac font)I treat it as the slug glyph, instead of the default of a solid block.
This addresses issue: #2014
None of my test cases had that any glyph with that ENCODING.
This same bdf file also caused corrupted bitmap glyphs due to glyphs with zero width bitmap and zero advance (escapement). This has been corrected in a separate commit.