Windows2003-3790/windows/richedit/inci/tlpr.h
2020-09-30 16:53:55 +02:00

19 lines
443 B
C

#ifndef TLPR_DEFINED
#define TLPR_DEFINED
#include "lsdefs.h"
#include "lskeop.h"
#include "lstxtffi.h"
typedef struct tlpr /* text line properties */
{
DWORD grpfText; /* text part of lsffi.h---fTxt flags */
BOOL fSnapGrid;
long duaHyphenationZone; /* Hyphenation zone --- document property */
LSKEOP lskeop; /* Kind of para ending */
} TLPR;
#endif /* !TLPR_DEFINED */