This structure has been deprecated and will be removed from the public API in a future release.
Declaration:
| |
Copy Code |
typedef struct tagtagKERN
{
AT_PIXPOS end_x;
AT_PIXPOS end_y;
AT_DIMENSION height;
AT_INT kern[IG_MAX_KERN_HEIGHT][IG_MAX_KERN_WIDTH];
AT_DOUBLE normalizer;
AT_MODE result_form;
AT_PIXPOS start_x;
AT_PIXPOS start_y;
AT_DIMENSION width;
} tagKERN, * LPtagKERN;
|
Structure Members:
| Name |
Type |
Description |
| end_x |
AT_PIXPOS |
This field has been deprecated and will be removed from the public API in a future release. |
| end_y |
AT_PIXPOS |
This field has been deprecated and will be removed from the public API in a future release. |
| height |
AT_DIMENSION |
This field has been deprecated and will be removed from the public API in a future release. |
| kern |
AT_INT |
This field has been deprecated and will be removed from the public API in a future release. |
| normalizer |
AT_DOUBLE |
This field has been deprecated and will be removed from the public API in a future release. |
| result_form |
AT_MODE |
This field has been deprecated and will be removed from the public API in a future release. |
| start_x |
AT_PIXPOS |
This field has been deprecated and will be removed from the public API in a future release. |
| start_y |
AT_PIXPOS |
This field has been deprecated and will be removed from the public API in a future release. |
| width |
AT_DIMENSION |
This field has been deprecated and will be removed from the public API in a future release. |