freetype-devel
[Top][All Lists]
Advanced

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

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


From: Mickey Gabel
Subject: [ft-devel] Getting Module Pointer From a Module Function?
Date: Thu, 22 Jan 2009 17:15:00 +0200
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

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 FT_AutofitterRec which is initialized during module init (AutoFitterRec is defined in autofit/afmodule.c) ?

I could add the parameter explicitly, but is there a more standard way?






reply via email to

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