- Timestamp:
- Oct 10, 2009, 1:25:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/text/qfontengine_pm.cpp
r143 r219 60 60 QFontEngine::FaceId face_id; 61 61 // @todo temporary: 62 face_id.filename = "C:\\PSFONTS\\HELV.PFB"; 62 ULONG bootDrive = 0; 63 DosQuerySysInfo(QSV_BOOT_DRIVE, QSV_BOOT_DRIVE, (PVOID)&bootDrive, 64 sizeof(bootDrive)); 65 QByteArray font(1, bootDrive + 'A' - 1); 66 font += ":\\PSFONTS\\HELV.PFB"; 67 68 face_id.filename = font; 63 69 face_id.index = 0; 64 70
Note:
See TracChangeset
for help on using the changeset viewer.