Source code of Windows XP (NT5)
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
277 B

  1. #ifndef LSKJUST_DEFINED
  2. #define LSKJUST_DEFINED
  3. enum lskjust /* kinds of para justification */
  4. {
  5. lskjNone,
  6. lskjFullInterWord,
  7. lskjFullInterLetterAligned,
  8. lskjFullScaled,
  9. lskjFullGlyphs,
  10. lskjSnapGrid
  11. };
  12. typedef enum lskjust LSKJUST;
  13. #endif /* !LSKJUST_DEFINED */