Changeset 319
- Timestamp:
- Nov 14, 2009, 12:49:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/text/qfontdatabase_pm.cpp
r318 r319 295 295 else 296 296 cached.styleKey.weight = QFont::Black; 297 FD_DEBUG("os2_table->usWeightClass %u", os2_table->usWeightClass);298 297 299 298 switch (os2_table->usWidthClass) { … … 319 318 cached.systems = 320 319 determineWritingSystemsFromTrueTypeBits(unicodeRange, codePageRange); 321 FD_DEBUG() << "cached.systems" << cached.systems;322 320 } else { 323 321 // we've only got simple weight information and no stretch
Note:
See TracChangeset
for help on using the changeset viewer.