[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [ft-devel] How can I do to make the font a little thin?
From: |
丁力 |
Subject: |
RE: [ft-devel] How can I do to make the font a little thin? |
Date: |
Tue, 14 Feb 2006 14:27:15 +0800 |
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
FreeTypeD.lib(ftglyph.obj) : error LNK2001: unresolved external symbol
_FT_Bitmap_Copy
FreeTypeD.lib(ftglyph.obj) : error LNK2001: unresolved external symbol
_FT_Bitmap_New
FreeTypeD.lib(ftglyph.obj) : error LNK2001: unresolved external symbol
_FT_Bitmap_Done