GNOME Bugzilla – Bug 485559
Boston Summit HarfBuzz optimizations
Last modified: 2007-10-11 00:08:29 UTC
Attaching patch.
Created attachment 97038 [details] [review] patch Err, really sorry. It went out of control pretty soon. Was wrong renaming FT_Err to HB_Err in the same patch, but now I'm done and don't have partial patches :(
2007-10-10 Behdad Esfahbod <behdad@gnome.org> Bug 485559 – Boston Summit HarfBuzz optimizations * pango/opentype/*: HarfBuzz hacking to: - Rename last remaining FT_Err stuff to HB_Err. - Fix a couple invalid table paths to be permissive so fonts work better. Particularly GDEF table for Nafees Nastaliq is loaded and works great now. - Optimize harfbuzz buffer to not copy/swap for simple one-to-one and "copy" GSUB operations. * pango/pango-ot*: Update to FT_Err to HB_Err renaming.