Changeset 124 for trunk/src/gui/text/qfont.cpp
- Timestamp:
- Aug 21, 2009, 3:34:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/text/qfont.cpp
r2 r124 66 66 #include <private/qt_x11_p.h> 67 67 #endif 68 69 70 71 68 72 #ifdef Q_WS_QWS 69 73 #include "qscreen_qws.h" … … 159 163 #elif defined(Q_WS_WIN) 160 164 dpi = GetDeviceCaps(shared_dc(),LOGPIXELSX); 165 166 167 168 169 170 161 171 #elif defined(Q_WS_MAC) 162 172 extern float qt_mac_defaultDpi_x(); //qpaintdevice_mac.cpp … … 185 195 #elif defined(Q_WS_WIN) 186 196 dpi = GetDeviceCaps(shared_dc(),LOGPIXELSY); 197 198 199 200 201 202 187 203 #elif defined(Q_WS_MAC) 188 204 extern float qt_mac_defaultDpi_y(); //qpaintdevice_mac.cpp
Note:
See TracChangeset
for help on using the changeset viewer.