Changeset 9586 for trunk/src/user32
- Timestamp:
 - Jan 2, 2003, 2:04:45 PM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/user32/user32.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/user32/user32.cpp
r9008 r9586 1 /* $Id: user32.cpp,v 1.12 4 2002-08-15 15:45:46sandervl Exp $ */1 /* $Id: user32.cpp,v 1.125 2003-01-02 13:04:45 sandervl Exp $ */ 2 2 3 3 /* … … 775 775 // driver as the font height. This will take font size settings 776 776 // such as small, medium and large fonts into account 777 lpLogFont->lfHeight = CapsCharHeight; 777 //SvL: Must be negative 778 lpLogFont->lfHeight = -CapsCharHeight; 778 779 } 779 780 else fFound = FALSE;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  