[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] python_freetype Design: Bitmap Objects
From: |
Lawrence D'Oliveiro |
Subject: |
Re: [ft] python_freetype Design: Bitmap Objects |
Date: |
Wed, 18 Feb 2015 14:38:11 +1300 |
On Wed, 18 Feb 2015 00:29:06 +0100 (CET), Werner LEMBERG wrote:
>> It seems like the APIs for FT_Bitmap objects are not entirely
>> public. [...]
>
> Do you have the feeling that something is missing? If yes, can you
> suggest something?
I guess it’s a question of understanding the intended conventions for
use of FT_Bitmap objects. Seems like all the calls that fill them in
will also allocate them for you, but this is more implied than stated
outright (e.g. the description of FT_Outline_Render).