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.

25 lines
445 B

  1. #ifndef LSCELL_DEFINED
  2. #define LSCELL_DEFINED
  3. #include "lsdefs.h"
  4. #include "plscell.h"
  5. #include "pcelldet.h"
  6. #include "plscell.h"
  7. struct lstextcell
  8. {
  9. LSCP cpStartCell;
  10. LSCP cpEndCell;
  11. POINTUV pointUvStartCell; /* In coordinate system of main line/subline */
  12. long dupCell; /* In direction lstflowSubline */
  13. DWORD cCharsInCell;
  14. DWORD cGlyphsInCell;
  15. PCELLDETAILS pCellDetails;
  16. };
  17. typedef struct lstextcell LSTEXTCELL;
  18. #endif