Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |