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

26 lines
470 B
C

#ifndef LSCELL_DEFINED
#define LSCELL_DEFINED
#include "lsdefs.h"
#include "plscell.h"
#include "pcelldet.h"
#include "plscell.h"
struct lstextcell
{
LSCP cpStartCell;
LSCP cpEndCell;
POINTUV pointUvStartCell; /* In coordinate system of main line/subline */
long dupCell; /* In direction lstflowSubline */
DWORD cCharsInCell;
DWORD cGlyphsInCell;
PCELLDETAILS pCellDetails;
};
typedef struct lstextcell LSTEXTCELL;
#endif