Re: [ft-devel] Some fragmentized characters.

2006-02-16 Thread mpsuzuki
Hi,

On Wed, 15 Feb 2006 20:31:13 +0800
DingLi(丁力) [EMAIL PROTECTED] wrote:
When I use Freetype, I found that some phenomenon
that some fragmentized characters.

For example, the mingliu.tcc(True Collection), is it a bug?

This is not bug of FreeType.
MingLiU.ttc requires bytecode hinting support
which is covered by Apple patent. Possibly you
will find same issue in Ghostscript.

Regards,
mpsuzuki


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] Some fragmentized characters.

2006-02-15 Thread Dirck Blaskey
DingLi(丁力) wrote:

 Hello, everyone:

 When I use Freetype, I found that some phenomenon that some
 fragmentized characters.

 For example, the mingliu.tcc(True Collection), is it a bug?

 Thanks.

 Bigpin


This looks like a bug that I've run into in the past with some asian fonts.
They work ok if:

#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER

is defined in ftoption.h, and if hinting is enabled (no FT_LOAD_NO_HINTING)
in the call to FT_Load_Glyph.





___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel