freetype
[Top][All Lists]
Advanced

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

Re: [ft] FT_Face_Copy()?


From: David Turner
Subject: Re: [ft] FT_Face_Copy()?
Date: Sun, 3 May 2009 11:09:35 +0200



2009/5/2 Werner LEMBERG <address@hidden>


Adding an `FT_Face_Copy' shouldn't be very hard, but I'm not sure it
is the right solution to this problem.

Actually this is not trivial, since the FT_Face could be using a custom FT_Stream to access the font file, and there is no easy way to clone these objects reliably. It's just better to re-create a new FT_Face object from the same input file, in a way controlled by the caller.
 

David?


   Werner


reply via email to

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