I'm currently using the following functions to load glyphs:
FT_Get_Char_Index()
FT_Load_Glyph()

We noticed our rendering was slow, so we instrumented around these two calls. 
We're running on a 32 bit processor, but was still surprised to find that 
FT_Load_Glyph() was taking 500ns. Is this a known issue? Is there a way to 
speed this up? Maybe use FT_New_Memory_Face()? If so, a pointer to an example 
would be greatly appreciated.

-Thomas
________________________________

Please be advised that this email may contain confidential information. If you 
are not the intended recipient, please notify us by email by replying to the 
sender and delete this message. The sender disclaims that the content of this 
email constitutes an offer to enter into, or the acceptance of, any agreement; 
provided that the foregoing does not invalidate the binding effect of any 
digital or other electronic reproduction of a manual signature that is included 
in any attachment.
_______________________________________________
Freetype mailing list
Freetype@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to