Re: [ft] Loading new Face and accessing glyph metrics (performance)

2018-07-21 Thread Werner LEMBERG
> When accessing glyph metrics after loading a new face using > FT_New_Face vs. FT_New_Memory_Face, I get much better performance > from FT_New_Memory_Face which I am surprised by given at this point > the face has been loaded. I would expect loading it the first time > from disk is slower but

[ft] Loading new Face and accessing glyph metrics (performance)

2018-07-21 Thread Stephan Bouchard
Hi! When accessing glyph metrics after loading a new face using FT_New_Face vs. FT_New_Memory_Face, I get much better performance from FT_New_Memory_Face which I am surprised by given at this point the face has been loaded. I would expect loading it the first time from disk is slower but