Changeset 319


Ignore:
Timestamp:
Nov 14, 2009, 12:49:28 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui/text: Leftovers after r318 (note that this revision also removed most Workplace Sans hacks since v0.6 of the font doesn't need them any longer).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/text/qfontdatabase_pm.cpp

    r318 r319  
    295295                    else
    296296                        cached.styleKey.weight = QFont::Black;
    297 FD_DEBUG("os2_table->usWeightClass %u", os2_table->usWeightClass);
    298297
    299298                    switch (os2_table->usWidthClass) {
     
    319318                    cached.systems =
    320319                        determineWritingSystemsFromTrueTypeBits(unicodeRange, codePageRange);
    321 FD_DEBUG() << "cached.systems" << cached.systems;
    322320                } else {
    323321                    // we've only got simple weight information and no stretch
Note: See TracChangeset for help on using the changeset viewer.