freetype
[Top][All Lists]
Advanced

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

Re: [ft] python_freetype Design: Bitmap Objects


From: Werner LEMBERG
Subject: Re: [ft] python_freetype Design: Bitmap Objects
Date: Tue, 10 Mar 2015 11:16:06 +0100 (CET)

> One potentially misleading thing, I think, is the routine name
> “FT_Bitmap_New”: it does not allocate any storage at all (contrast
> “FT_Outline_New” and “FT_Stroker_New”), but initializes the Bitmap
> structure to indicate “zero width, zero height, no pixels”. A better
> name might have been “FT_Bitmap_Init”, or even “FT_Bitmap_Null” or
> “FT_Bitmap_Empty”.

Renamed in git to `FT_Bitmap_Init'.


    Werner

reply via email to

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