[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: |
Wed, 11 Mar 2015 09:13:52 +0100 (CET) |
>> Renamed in git to `FT_Bitmap_Init'.
>
> Cool! Presumably you provide a #define of the old name for backward
> compatibility. :)
This won't work. For ABI compatilibity, the `FT_Bitmap_Init' symbol
must be retained in the library, so there are now two functions that
do the same.
> what about FT_Get_X11_Font_Format
> <http://freetype.org/freetype2/docs/reference/ft2-font_formats.html>?
> Is it time to rename that to, say, FT_Get_Font_Format?
Done.
Werner