You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the GetTextExtentExPointA hook simply converts to utf16 and forwards it to GetTextExtentExPointW. This is incorrect if used with MBCSs since it assumes each character's index to equal its byte offset.
The current implementation of the
GetTextExtentExPointAhook simply converts to utf16 and forwards it toGetTextExtentExPointW. This is incorrect if used with MBCSs since it assumes each character's index to equal its byte offset.