windows-nt/Source/XPSP1/NT/windows/richedit/inci/tlpr.h
2020-09-26 16:20:57 +08:00

19 lines
425 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 */