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.

17 lines
498 B

  1. #ifndef LSTXTGLF_DEFINED
  2. #define LSTXTGLF_DEFINED
  3. #include "lsidefs.h"
  4. #include "pilsobj.h"
  5. #include "lsgrchnk.h"
  6. #include "lsdevice.h"
  7. #include "lstflow.h"
  8. LSERR ApplyGlyphExpand(const LSGRCHNK* plsgrchnk, LSTFLOW lstflow, LSDEVICE lsdev,
  9. long itxtobjFirst, long iwchFirst, long itxtobjLast, long iwchLast,
  10. long duToDistribute, long* rgdu, long* rgduGind, long* rgduRight, long* rgduGright,
  11. BOOL* pfFullyJustified);
  12. #endif /* !LSTXTGLF_DEFINED */