[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: FT2: ftraster questions
From: |
Just van Rossum |
Subject: |
Re: FT2: ftraster questions |
Date: |
Mon, 3 Jan 2000 01:00:47 +0100 |
At 12:43 AM +0100 1/3/00, Just van Rossum wrote:
>- The ft_default_raster struct is not exported in a header file, nor are
>the FT_Raster_* functions. Either of those two are needed for standalone
>usage.
Oops, I lied: it's in ftobjs.h. But I can't include that one in my own
source file because of some redefined symbols. I really liked the previous
version of ftraster.c I had, which only needed ftraster.h, which was
extremely clean...
Just