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.

20 lines
683 B

  1. #ifndef TNTI_DEFINED
  2. #define TNTI_DEFINED
  3. #include "lsdefs.h"
  4. #include "port.h"
  5. #define fTntiKern fPortTntiKern
  6. #define fTntiModWidthOnRun fPortTntiModWidthOnRun
  7. #define fTntiModWidthSpace fPortTntiModWidthSpace
  8. #define fTntiModWidthPairs fPortTntiModWidthPairs
  9. #define fTntiCompressOnRun fPortTntiCompressOnRun
  10. #define fTntiCompressSpace fPortTntiCompressSpace
  11. #define fTntiCompressTable fPortTntiCompressTable
  12. #define fTntiExpandOnRun fPortTntiExpandOnRun
  13. #define fTntiExpandSpace fPortTntiExpandSpace
  14. #define fTntiExpandTable fPortTntiExpandTable
  15. #define fTntiGlyphBased fPortTntiGlyphBased
  16. #endif /* !TNTI_DEFINED */