Changeset 846 for trunk/src/gui/text/qfontsubset.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/text/qfontsubset.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 698 698 // Bit 11: Font data is 'lossless,' as a result of having been compressed and decompressed with the Agfa MicroType Express engine. 699 699 // Bit 12: Font converted (produce compatible metrics) 700 // Bit 13: Font optimi sed for ClearType700 // Bit 13: Font optimized for ClearType 701 701 // Bit 14: Reserved, set to 0 702 702 // Bit 15: Reserved, set to 0 … … 1009 1009 np.y = (i1_y + i2_y) >> 1; 1010 1010 if (try_reduce) { 1011 // see if we can optimi se out the last onCurve point1011 // see if we can optimize out the last onCurve point 1012 1012 int mx = (points->at(points->size() - 2).x + base[2].x) >> 1; 1013 1013 int my = (points->at(points->size() - 2).y + base[2].y) >> 1;
Note:
See TracChangeset
for help on using the changeset viewer.