Changeset 234 for trunk/src/gui/text
- Timestamp:
- Oct 16, 2009, 6:55:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/text/qfontdatabase_pm.cpp
r230 r234 391 391 family->fixedPitch = cached.fixedPitch; 392 392 393 if (cached.systems.isEmpty() || cached.familyName .compare("Workplace Sans")) {393 if (cached.systems.isEmpty() || cached.familyName("Workplace Sans")) { 394 394 // it was hard or impossible to determine the actual writing system 395 395 // 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.