Re: [ft-devel] some doubts about the CFF parsing code

2009-10-28 Thread George Williams
FreeType2 support these operators: # 0x010f: -Reserved- # XXX force_bold_threshold for FreeType2 # 0x0110: -Reserved- # XXX lenIV for FreeType2, Type 1 fonts # 0x0118: -Reserved- # XXX multiple_master for FreeType2 # 0x0119: -Reserved- # XXX blend_axis_types for FreeType2 However

Re: [ft-devel] some doubts about the CFF parsing code

2009-10-27 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mpsuz...@hiroshima-u.ac.jp ha scritto: Hi, On Mon, 26 Oct 2009 22:51:21 +0100 Manlio Perillo manlio.peri...@gmail.com wrote: * the functions cff_parse_font_matrix, cff_parse_font_bbox, cff_parse_private_dict and cff_parse_cid_ros are

[ft-devel] some doubts about the CFF parsing code

2009-10-26 Thread Manlio Perillo
-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,

Re: [ft-devel] some doubts about the CFF parsing code

2009-10-26 Thread mpsuzuki
On Tue, 27 Oct 2009 07:37:45 +0900 mpsuz...@hiroshima-u.ac.jp wrote: I'm sorry that it is easy to find by grep. Oops, I meant it is NOT easy to find by grep. Regards, mpsuzuki ___ Freetype-devel mailing list Freetype-devel@nongnu.org