freetype-devel
[Top][All Lists]
Advanced

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

[Devel] A multimaster patch


From: George Williams
Subject: [Devel] A multimaster patch
Date: 19 May 2004 12:24:47 -0700

I notice that in t1tables.h:229, in PS_DesignMapRec we have
   FT_Fixed*  design_points;
but as far as I can tell these values are integral, not fixeds. In
t1load.c:203-204 they are assigned directly to FT_Long with no
conversion, and on t1load.c:699 they are initialized to integer values.

On lines t1load.c:683:685 both design_points and blend_points are
allocated as the same array, which makes changing the types a little
problematic, but as FT_Fixed and FT_Long refer to the same underlying
type, I believe the t1tables.patch is safe.

Attachment: t1tables.patch
Description: Text Data


reply via email to

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