[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft] Re: Error value 20
From: |
Werner LEMBERG |
Subject: |
[ft] Re: Error value 20 |
Date: |
Tue, 21 Apr 2009 08:21:05 +0200 (CEST) |
> *I used freetype_2.3.8 version. font file simhei.ttf has version
> 3.02 Unicode value is 0x5043 for which error occurs first time.
> Error code 20 (Raster_Err_Invalid) occurs when i choose point size
> 10 for width and height and resolution is 180*180. Whenever size is
> reduced say for 8 point size. Error disappears.*
I've tested this with
ftview -e unic -f 20547 -r 180 10 simhei.ttf
using the git version of the FreeType library and demo programs (and
using the same `simhei' version), and I don't get a single error.
`valgrind' doesn't show a problem either. Note that I've built the
library with `make devel; make'.
Please test the current git version. If the error persists you have
to further investigate, probably writing a small (non-graphical) demo
program which exhibits your problem.
Werner