Changeset 234


Ignore:
Timestamp:
Oct 16, 2009, 6:55:43 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Fixed: Hack to enable all scripts for the Workplace Sans font didn't work.

File:
1 edited

Legend:

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

    r230 r234  
    391391            family->fixedPitch = cached.fixedPitch;
    392392
    393             if (cached.systems.isEmpty() || cached.familyName.compare("Workplace Sans")) {
     393            if (cached.systems.isEmpty() || cached.familyName == QLatin1String("Workplace Sans")) {
    394394                // it was hard or impossible to determine the actual writing system
    395395                // of the font (as in case of OS/2 bitmap and PFB fonts for which it is
Note: See TracChangeset for help on using the changeset viewer.