src/gui/text/qtextengine_p.h
changeset 29 b72c6db6890b
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
25:e24348a560a6 29:b72c6db6890b
   380     QFixed leading;
   380     QFixed leading;
   381     QFixed x;
   381     QFixed x;
   382     QFixed y;
   382     QFixed y;
   383     QFixed width;
   383     QFixed width;
   384     QFixed textWidth;
   384     QFixed textWidth;
       
   385     QFixed textAdvance;
   385     int from;
   386     int from;
   386     signed int length : 29;
   387     signed int length : 29;
   387     mutable uint justified : 1;
   388     mutable uint justified : 1;
   388     mutable uint gridfitted : 1;
   389     mutable uint gridfitted : 1;
   389     uint hasTrailingSpaces : 1;
   390     uint hasTrailingSpaces : 1;