[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Freetype memory allocation
From: |
Lawrence D'Oliveiro |
Subject: |
Re: [ft] Freetype memory allocation |
Date: |
Sat, 9 Sep 2017 08:05:57 +1200 |
On Fri, 8 Sep 2017 21:21:13 +0200, Vincenzo NZ wrote:
> The problem is that freetype at every new loop deallocates the
> memory allocated for the bitmap invalidating the address passed to
> *my_draw_bitmap*.
Would glyph slots help with this? Only I couldn’t find any API for
actually adding them...