24 lines
964 B
C
24 lines
964 B
C
|
#ifndef LSTXTFFI_DEFINED
|
||
|
#define LSTXTFFI_DEFINED
|
||
|
|
||
|
#include "lsffi.h"
|
||
|
|
||
|
#define fTxtVisiCondHyphens fFmiVisiCondHyphens
|
||
|
#define fTxtVisiParaMarks fFmiVisiParaMarks
|
||
|
#define fTxtVisiSpaces fFmiVisiSpaces
|
||
|
#define fTxtVisiTabs fFmiVisiTabs
|
||
|
#define fTxtVisiBreaks fFmiVisiBreaks
|
||
|
#define fTxtDoHyphenation fFmiDoHyphenation
|
||
|
#define fTxtWrapTrailingSpaces fFmiWrapTrailingSpaces
|
||
|
#define fTxtWrapAllSpaces fFmiWrapAllSpaces
|
||
|
#define fTxtPunctStartLine fFmiPunctStartLine
|
||
|
#define fTxtHangingPunct fFmiHangingPunct
|
||
|
#define fTxtApplyBreakingRules fFmiApplyBreakingRules
|
||
|
#define fTxtFCheckTruncateBefore fFmiFCheckTruncateBefore
|
||
|
#define fTxtDrawInCharCodes fFmiDrawInCharCodes
|
||
|
#define fTxtSpacesInfluenceHeight fFmiSpacesInfluenceHeight
|
||
|
#define fTxtIndentChangesHyphenZone fFmiIndentChangesHyphenZone
|
||
|
#define fTxtNoPunctAfterAutoNumber fFmiNoPunctAfterAutoNumber
|
||
|
#define fTxtTreatHyphenAsRegular fFmiTreatHyphenAsRegular
|
||
|
#endif /* !LSTXTFFI_DEFINED */
|