You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
443 B
18 lines
443 B
#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 */
|
|
|