[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] BUG : FT 2.1.3 SegFault on particular font wadalab-gothic.ttf
From: |
Paul Cheyrou-lagreze |
Subject: |
[Devel] BUG : FT 2.1.3 SegFault on particular font wadalab-gothic.ttf |
Date: |
Wed, 20 Nov 2002 10:19:14 +0100 |
Opening http://www.wafu.ne.jp/3dlogo/fonts/wadalab-gothic.ttf
segfault in
ps3_hints_apply ()
My code is
if (FT_New_Face (FTlib, fontname, -1, &(font->face)) == 0)
err = FT_New_Face (FTlib, fontname, 0, &(font->face));
(First Call works, it recognise the file format, but the second segfault.)
-Paul
- [Devel] BUG : FT 2.1.3 SegFault on particular font wadalab-gothic.ttf,
Paul Cheyrou-lagreze <=