Hi, On Thursday 23 September 2010 15:34:30 changwon lee wrote: > I don't know how to disable font hint. QTextOption option; option.setUseDesignMetrics( true ); painter->drawText( myString, myBoundingRect, option ); should do it I think (not tested). Cheers, Sean