Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
268 B

  1. #ifndef HEIGHTS_DEFINED
  2. #define HEIGHTS_DEFINED
  3. #include "lsdefs.h"
  4. #include "pheights.h"
  5. #define dvHeightIgnore 0x7FFFFFFF
  6. typedef struct heights
  7. {
  8. long dvAscent;
  9. long dvDescent;
  10. long dvMultiLineHeight;
  11. } HEIGHTS;
  12. #endif /* !HEIGHTS_DEFINED */