On Wed, Jun 14, 2006 at 10:15:52AM +0200, Abdelrazak Younes wrote: > + // fi is a reference to the pointer type (QLFontInfo *) in the > + // fontinfo_ table. > + QPainter * & qp = > + qpainters_[current_color_][current_ls_][current_lw_]; > + if (qp) > + return qp;
How much do we gain by this caching? Andre'