Re: [ft] Is freetype the right program for a small embedded printing system?

2010-10-25 Thread Jungle Jim
Brady Duga wrote: Sounds like you have a very specific implementation that doesn't need all the support of FreeType (or any font engine). Looks like you have 3 embedded black-and-white bitmap fonts. You don't say what character set you need to support - is this ASCII, Latin-1, Unicode,

Re: [ft] Is freetype the right program for a small embedded printing system?

2010-10-25 Thread Jungle Jim
mpsuzuki wrote: Hi, Basically, if you want to use an outline font, FreeType2 is the one of the important candidate. 128K RAM/ROM... Hmm, the font is sent to the printer during the transfer of the printing data from the external machine? Or, all available fonts are stored in the

Re: [ft] advance X value is less than width

2010-10-25 Thread Werner LEMBERG
It's hard to tell without more information. What font, at which ppem size? How does your font look like with, say, ftdiff or ftview? Here are the Details: FONT_NAME =Arial FONT_STYLE =Regular FONT_HEIGHT =12 Umm, I've asked for the ppem value, and you told me

Re: [ft] FT_Outline_Render makes different bitmaps in 32-bit and 64-bit programs?

2010-10-25 Thread Tom Bishop, Wenlin Institute
On Oct 25, 2010, at 10:05 PM, suzuki toshiya wrote: Hi, Since 2.3.8? I'm really interested in, because I had committed many changes for 16-bit/64-bit platforms between 2.3.9 and 2.3.10. In your observation, 2.3.8 is ok but 2.3.9 is not ok? Or, 2.3.7 is ok but 2.3.8 is not ok? This