Changeset 7721 for trunk/src/gdi32/font.cpp
- Timestamp:
- Jan 2, 2002, 7:36:01 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/font.cpp
r7635 r7721 1 /* $Id: font.cpp,v 1.2 2 2001-12-15 18:50:26sandervl Exp $ */1 /* $Id: font.cpp,v 1.23 2002-01-02 18:36:00 sandervl Exp $ */ 2 2 3 3 /* … … 287 287 288 288 hFont = O32_CreateFontIndirect(&afont); 289 290 289 if(hFont) { 291 290 STATS_CreateFontIndirect(hFont, &afont);
Note:
See TracChangeset
for help on using the changeset viewer.