Re: [ft] Use of FTC_Manager_LookupFace

2006-09-21 Thread David Turner
Helo Steve, On Wed, 20 Sep 2006 12:36:52 -0700, Steve Hales [EMAIL PROTECTED] said: In my prototype I've just called FT_New_Face() pointing to the same file, but I've then done a FT_Set_Char_Size() operation on it, then FT_Load is done on the resulting object. If you only use

[ft] Use of FTC_Manager_LookupFace

2006-09-20 Thread Steve Hales
Hey Freetypers, So I'm implementing a layer above FT, and I want to use the built in caching system. My layer can create separate face objects that are all based upon the same face file, but have different sizes. In my prototype I've just called FT_New_Face() pointing to the same file, but I've