Re: [ft-devel] Getting Module Pointer From a Module Function?

2009-02-23 Thread David Turner
Hi Mickey, 2009/1/22 Mickey Gabel mic...@monfort.co.il Is there a standard/good way to get the module pointer (not the module class, I am talking about FT_ModuleRec that contains the module's data). Case in point: I am working on af_face_globals_new() in autofit/afglobals.c which is part

[ft-devel] Getting Module Pointer From a Module Function?

2009-01-22 Thread Mickey Gabel
Is there a standard/good way to get the module pointer (not the module class, I am talking about FT_ModuleRec that contains the module's data). Case in point: I am working on af_face_globals_new() in autofit/afglobals.c which is part of the autofit module. Is there a way to get to the