CreateBitmapMaskFromText spacing not sufficient for FindNPCChatTextMulti
http://puu.sh/1pl3M
FindNPCChatTextMulti can detect every individual words fine but not 2 or more separate words, eg. 'You must', 'use up' etc.
It seems that this is due to the spacing between the words in npc chat text being slightly wider than a space ' ', most OCR functions (TPAFromText, GetTextAtEx etc) allow you to specify the spacing between each character but not between each words, so how should we detect this correctly?
Spacing of a space ' ' slightly more narrow than the one in npc chat text:
http://puu.sh/1plfr