On Mon, 2006-02-20 at 01:56, david turner wrote: > If this function's purpose is to determine wether the bytecode > interpreter is activated in a given > FreeType build, I'd rather like to see a specific API that returns a > boolean, or an enum, instead Can't you avoid even that by using dlopen(NULL) to give you a handle to the current image and then use dlsym to see if TT_Run_Ins exists? Or does that not port to other systems?
_______________________________________________ Freetype-devel mailing list Freetype-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype-devel