16 lines
390 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
#ifndef LSBRJUST_DEFINED
#define LSBRJUST_DEFINED
enum lsbreakjust /* kinds of breaking/justification */
{
lsbrjBreakJustify, /* Regular US */
lsbrjBreakWithCompJustify, /* FE & Newspaper */
lsbrjBreakThenExpand, /* Arabic */
lsbrjBreakThenSqueeze /* Word Perfect */
};
typedef enum lsbreakjust LSBREAKJUST;
#endif /* !LSBRJUST_DEFINED */