font name – how to get the font name from ttf
ttf is the abbreviation of true type font. If we would like to specify some font to be used in QT app, we have to use QFont to specify the font by the font name. So the question is, how could we get the font name from ttf file. We could use the fop-ttfreader utility […]
Read More →