freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with ftview on DEC Alpha (traced to t2gload.c)


From: Tom Kacvinsky
Subject: Problem with ftview on DEC Alpha (traced to t2gload.c)
Date: Mon, 3 Jul 2000 20:20:36 -0400 (EDT)

Attached is patch that fixes the problems I was having with
OpenType/CFF fonts on a DEC Alpha.  I had originally noted that the
problem with memory allocation started in ftsmooth.c, and it was
because of the metrics gleaned from the control box.  I had thought
that changing FT_Pos to a signed int instead of a signed long would
fix the problem, but David hasn't answered me on whether he'll change
the include files.

Following his lead he set in several other places, the patch just uses
some magic to get ints (and hence correct signs) where they are
needed.

I know I recently "fixed" a problem with the type1z module, but I
can't recall if I had any problems with the plain old type1 parser.
Anyway, I know what to look out for now.

Regards,

Tom

Attachment: t2gload.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]