Re: [ft] Monochrome Bitmap Trouble

2005-10-24 Thread Werner LEMBERG
I am still puzzling with bitmap. Please tell me is it possible to get a fixed size characters or can we specify the fixed inter character space rather using kerning. I don't understand the question. If the font is a mono-spaced font, you'll get mono-spaced output. Note that many CJK

Re: RE: Re: [ft] Monochrome Bitmap Trouble

2005-10-24 Thread Chia-I Wu
Hi, On Mon, Oct 24, 2005 at 07:08:32AM +, Paresh Deshmukh wrote: Hello, I am still puzzling with bitmap. Please tell me is it possible to get a fixed size characters or can we specify the fixed inter character space rather using You can always use fixed inter-character space if you

RE: RE: Re: [ft] Monochrome Bitmap Trouble

2005-09-22 Thread Paresh Deshmukh
Hi, I change the code according to suggestions. I am using MSMINCHO.TTF file for font generation and getting all English alphabets bitmap. But how to transform character is still unclear. Also please tell me how can I get JAPANESE character from MSMINCHO.TTF. Thanks Hello, I cannot

RE: Re: [ft] Monochrome Bitmap Trouble

2005-09-16 Thread Turner, David
Hello, I cannot send you the real program. But this is based on the tutorial step-1. The addition is only that...image buffer is copied to print buffer. I have some small comments regarding your source code, though no real solution to provide. a/ never call free(NULL), since the

[ft] Monochrome Bitmap Trouble

2005-09-15 Thread Paresh Deshmukh
Hi, I am trying to generate a monochrome bitmap using Freetype version 2.1.7 for a string and trying to print it on a 300 dpi printer. I am able to get the proper bitmap only for certain characters, the other characters are giving me garbage or distorted bitmap. I tried this with different ttf

Re: [ft] Monochrome Bitmap Trouble

2005-09-15 Thread Look at previous message in this thread
Sorry for OT post, but I just found your email unnecessary offensive. I agree with you. I'm wrong. However, the original soruce code is really unreadable. Easier to read source code will get better comments. BTW, could you find hello, world output from my program? --- Loot at From: