>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> This one was very helpful Bennett, thank you. I cannot do Abdelrazak> much about the drawText() operation as this is Qt API but Abdelrazak> I have changed the next line that occupied 6 second to use Abdelrazak> the font width cache. In principle you should at least see Abdelrazak> a 30% speed improvement! How come that the 'easy' way of getting metrics does not do through font cache? It has to use frontends functions anyway. It looks like caching is not done at the right place... JMarc