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.

18 lines
425 B

  1. #ifndef TLPR_DEFINED
  2. #define TLPR_DEFINED
  3. #include "lsdefs.h"
  4. #include "lskeop.h"
  5. #include "lstxtffi.h"
  6. typedef struct tlpr /* text line properties */
  7. {
  8. DWORD grpfText; /* text part of lsffi.h---fTxt flags */
  9. BOOL fSnapGrid;
  10. long duaHyphenationZone; /* Hyphenation zone --- document property */
  11. LSKEOP lskeop; /* Kind of para ending */
  12. } TLPR;
  13. #endif /* !TLPR_DEFINED */