How would you calculate the number of pixels for a String (in an arbitrary font), using an Excel VBA macro?
Related:
I see GetLabelSize() method is wrong with Japanese character.
Ex: With font 'MS Pゴシック' size 11
'a' = 9 pixel 'あ' = 9 pixel
But I see 'あ' is wider then 'a'.