Re: [ft-devel] Relevance of new API FT_Get_Module_Flags ?

2006-02-21 Thread Huw D M Davies
On Tue, Feb 21, 2006 at 07:03:15AM +0100, Werner LEMBERG wrote: > > > > > Could someone tell me the relevance of the new public API named > > > > FT_Get_Module_Flags that was introduced in the current CVS ? > > > > > > This might be answered best by Owen -- he has requested that > > > feature, and

Re: [ft-devel] How to determine if patented hinting is enabled?

2005-12-28 Thread Huw D M Davies
On Sun, Dec 25, 2005 at 10:12:33AM +0100, Werner LEMBERG wrote: > > > FT_Error FT_Module_Get_Flags(FT_Module mod, FT_ULong *flags); > > > that returns the module flags for a given module. > > Your function looks fine, but your proposed patch lacks error > handling. Please add this. How about the

Re: [ft-devel] How to determine if patented hinting is enabled?

2005-12-24 Thread Huw D M Davies
On Sat, Dec 24, 2005 at 01:01:01PM +, Huw D M Davies wrote: > While this face flag is useful it's not quite what I need (for Wine). > I need to be able to tell whether the bytecode hinter is enabled > before loading a font (I could find a random font and load it during > i

Re: [ft-devel] How to determine if patented hinting is enabled?

2005-12-24 Thread Huw D M Davies
On Wed, Oct 05, 2005 at 05:16:47PM +0200, Werner LEMBERG wrote: > > > I'm sure that this has come up before, but I can't find an answer. > > Is there a way to determine, at runtime, whether the bytecode hinter > > has been enabled? > > No. > > > I can do this with: FT_DRIVER_HAS_HINTER(FT_Get_Mo

[ft-devel] How to determine if patented hinting is enabled?

2005-10-03 Thread Huw D M Davies
Hi, I'm sure that this has come up before, but I can't find an answer. Is there a way to determine, at runtime, whether the bytecode hinter has been enabled? I can do this with: FT_DRIVER_HAS_HINTER(FT_Get_Module("truetype")) but I have to include freetype/internal/ftobjs.h to do so, which sugges