/GetCharABCWidthsI_cache

Plugin to improve performance of QWindowsFontEngine::getGlyphBearings.

Primary LanguageCMIT LicenseMIT

GetCharABCWidthsI_cache

This plugin will hook the GetCharABCWidthsI function in gdi32.dll and cache the results. This is because QWindowsFontEngine::getGlyphBearings doesn't cache internally. A post with more details has been posted on the x64dbg blog.

Before:

before

After:

after