I know this is a bit weird question but i actually came to a situation where i would need this. So I appreciate the patience if someone knows the answer =)
From these parameteres:
int fontFace,
double fontScale
int fontThickness
int fontLineType
Is it possible to calculate the width of a character in pixels?
Note: If the font is not of fixed width, one can assume it is the letter 'a' or do any other assumption.