We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Several of the AFM files list a non-empty bounding box for the "space" character. For example, NimbusRoman-Regular.afm has the following:
NimbusRoman-Regular.afm
C 32 ; WX 250 ; N space ; B 125 0 125 0 ;
In contrast, the AFM specification explains the use of B as follows:
B
... If a character makes no marks on the page (for example, the space character), this field reads B 0 0 0 0 ...
B 0 0 0 0
I believe that B 125 0 125 0 above should be replaced with B 0 0 0 0 (and similar for the other fonts).
B 125 0 125 0
The text was updated successfully, but these errors were encountered:
The same problem appears with the uni00A0 and uni2002 glyphs.
uni00A0
uni2002
Sorry, something went wrong.
No branches or pull requests
Several of the AFM files list a non-empty bounding box for the "space" character. For example,
NimbusRoman-Regular.afm
has the following:In contrast, the AFM specification explains the use of
B
as follows:I believe that
B 125 0 125 0
above should be replaced withB 0 0 0 0
(and similar for the other fonts).The text was updated successfully, but these errors were encountered: