Hi
I am working windows Tesseract
I am using following code to get the font name
const char* m_WordType = ri->WordFontAttributes(&is_bold,&is_italic,&is_underlined,&is_monospace,&is_serif,&is_smallcaps,&pointsize,&font_id);
the output i got from above line is "Verdana_Bold"
But actual font name is "Verdanab" in windows. How can i map the fonts from "Verdana_Bold" to "Verdanab".
Similar to "Trebuchet_MS_Bold" -> "trebucbd" and so on.
Any generic method to resolve the issue.
Kindly do the needful.
Regards
Guna