WindowsXP-SP1/windows/richedit/lsinc/lsbrjust.h
2020-09-30 16:53:49 +02:00

16 lines
390 B
C

#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 */