PDA

View Full Version : drawText (QT/E 2.3.10)



agaf
25th January 2006, 14:36
I'm trying to HW-accelerate drawText operation (QGfxMine::drawText). It works but strings are not cutted (e.g. widget text oversteps widget's bounds). Standart QGfxRasterBase works well but I can't find code where it does such cutting. What should I do to cut strings correctly?

wysota
4th February 2006, 12:48
Did you try looking at the source code of the original?