2009/5/2 Werner LEMBERG <w...@gnu.org>

>
>
> 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
>
_______________________________________________
Freetype mailing list
Freetype@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to