[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] some doubts about the CFF parsing code
From: |
Manlio Perillo |
Subject: |
[ft-devel] some doubts about the CFF parsing code |
Date: |
Mon, 26 Oct 2009 22:51:21 +0100 |
User-agent: |
Mozilla-Thunderbird 2.0.0.22 (X11/20090706) |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi.
I'm writing a CFF parser in Python, using FreeType2 code as a guide.
I have noted some possible problems:
* in the cff_parser_run functions, a token is considered to belong to a
number if: v >= 27 && v != 31.
However 27 is reserved, according to CFF specification version 1.0
* the functions cff_parse_font_matrix, cff_parse_font_bbox,
cff_parse_private_dict and cff_parse_cid_ros
are defined (as static) but never used, as far as I can see.
Thanks Manlio
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkrmGdkACgkQscQJ24LbaURHRgCfWkcCx9pwZWlqIdy8KW/0Crq1
+EIAn3KNzV3b7iQEfoN69HmmRktzO9Uz
=39aH
-----END PGP SIGNATURE-----
- [ft-devel] some doubts about the CFF parsing code,
Manlio Perillo <=