Changeset 10402 for trunk/src/gdi32/ft2supp.cpp
- Timestamp:
- Jan 15, 2004, 3:14:24 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/ft2supp.cpp
r10400 r10402 262 262 calcDimensions(aptlPoints, pwidthHeight); 263 263 264 if(GetTextMetricsW( hps, &tmW ) == TRUE) 264 DecreaseLogCount(); 265 if(GetTextMetricsW( hps, &tmW ) == TRUE) 265 266 { 266 267 pwidthHeight->y = tmW.tmHeight; // *Must* use the maximum height of the font … … 269 270 else DebugInt3(); 270 271 #endif 272 IncreaseLogCount(); 271 273 } 272 274
Note:
See TracChangeset
for help on using the changeset viewer.