Re: [ft-devel] How can I do to make the font a little thin?

2006-02-13 Thread Chia-I Wu
Hi, On Mon, Feb 13, 2006 at 09:09:44AM +0800, DingLi(丁力) wrote: I use simsun.ttf(宋體),the upper is the image which use FreeType 2.0.9,and the lower is which I want to get. You can pass a negative strength value to the FT_Outline_Embolden. This function is only available from freetype 2.1.10

Re: [ft-devel] How can I do to make the font a little thin?

2006-02-13 Thread Werner LEMBERG
I use simsun.ttf(宋體),the upper is the image which use FreeType 2.0.9,and the lower is which I want to get. You can pass a negative strength value to the FT_Outline_Embolden. Does this work reliably, this is, does it respect a minimum thickness? Negative values might be worth mentioning

Re: [ft-devel] How can I do to make the font a little thin?

2006-02-13 Thread david turner
Hello, Werner LEMBERG a crit: I use simsun.ttf(宋體),the upper is the image which use FreeType 2.0.9,and the lower is which I want to get. You can pass a negative strength value to the FT_Outline_Embolden. Does this work reliably, this is, does it

RE: [ft-devel] How can I do to make the font a little thin?

2006-02-13 Thread 丁力
Thanks, I will try it. But when I build a test example, I got some Link errors: LINK : warning LNK4098: defaultlib LIBCMTD conflicts with use of other libs; use /NODEFAULTLIB:library FreeTypeD.lib(ftglyph.obj) : error LNK2001: unresolved external symbol _FT_Bitmap_Copy

RE: [ft-devel] How can I do to make the font a little thin?

2006-02-13 Thread 丁力
Thanks everyone. I had tried the advice by Chia-I Wu, and I think it is available. I found the file ftbitmap.c is not added into the freetype.dsp. So when I build it, I got the errors: LINK : warning LNK4098: defaultlib LIBCMTD conflicts with use of other libs; use /NODEFAULTLIB:library

RE: [ft-devel] How can I do to make the font a little thin?

2006-02-12 Thread 丁力
I use simsun.ttf(宋体),the upper is the image which use FreeType 2.0.9,and the lower is which I want to get. My resolution is 1024*768. Notice: For some reason, it has a little difficult using Freetype2.1.10 in my project, I must do a lot of change. -Original Message- From: Werner LEMBERG

Re: [ft-devel] How can I do to make the font a little thin?

2006-02-12 Thread Werner LEMBERG
I use simsun.ttf(宋体),the upper is the image which use FreeType 2.0.9,and the lower is which I want to get. How did you produce the lower string in the image? How does MS Windows render simsun.ttf (I don't have it, sorry)? With recent FreeType versions you might try the `light' rendering mode

Re: [ft-devel] How can I do to make the font a little thin?

2006-02-10 Thread Werner LEMBERG
In my project, I found displays and prints character does have slightly thick somewhat, especially in bold style and output with printer, so I want to carry on modification to make it a little thin, how can I do? Please send a *small* image (preferable in PNG format) which