LATTICE_METRICS Structure
LATTICE_METRICS Structure |
Describes the baseline and the midline height.
Declaration
[C++]
typedef struct tagLATTICE_METRICS
{
LINE_SEGMENT lsBaseline;
short iMidlineOffset;
} LATTICE_METRICS;
Members
Name | Description |
---|---|
lsBaseline | The LINE_SEGMENT structure containing the start and end point of the baseline in ink coordinates. |
iMidlineOffset | Height of the midline in HIMETRIC units. |