标签: qt paint qfontmetrics
我正在使用Qt4.7。 当我在某些情况下使用QFontMetrics渲染文本时,我的宽度有误。我的代码是这样的:
QFontMetrics fm(QApplication::font()); QRect rc = fm.boundingRect(str);
我发现当dpi改变时,fm.boundingRect(str)总是返回一个固定的矩形。