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.
25 lines
470 B
25 lines
470 B
#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
|