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.

23 lines
987 B

  1. #ifndef LSTXTFFI_DEFINED
  2. #define LSTXTFFI_DEFINED
  3. #include "lsffi.h"
  4. #define fTxtVisiCondHyphens fFmiVisiCondHyphens
  5. #define fTxtVisiParaMarks fFmiVisiParaMarks
  6. #define fTxtVisiSpaces fFmiVisiSpaces
  7. #define fTxtVisiTabs fFmiVisiTabs
  8. #define fTxtVisiBreaks fFmiVisiBreaks
  9. #define fTxtDoHyphenation fFmiDoHyphenation
  10. #define fTxtWrapTrailingSpaces fFmiWrapTrailingSpaces
  11. #define fTxtWrapAllSpaces fFmiWrapAllSpaces
  12. #define fTxtPunctStartLine fFmiPunctStartLine
  13. #define fTxtHangingPunct fFmiHangingPunct
  14. #define fTxtApplyBreakingRules fFmiApplyBreakingRules
  15. #define fTxtFCheckTruncateBefore fFmiFCheckTruncateBefore
  16. #define fTxtDrawInCharCodes fFmiDrawInCharCodes
  17. #define fTxtSpacesInfluenceHeight fFmiSpacesInfluenceHeight
  18. #define fTxtIndentChangesHyphenZone fFmiIndentChangesHyphenZone
  19. #define fTxtNoPunctAfterAutoNumber fFmiNoPunctAfterAutoNumber
  20. #define fTxtTreatHyphenAsRegular fFmiTreatHyphenAsRegular
  21. #endif /* !LSTXTFFI_DEFINED */