Gets a font's matrix, which specifies the transformation from character space to text space.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_font_get_font_matrix(
HIG_PDF_FONT hFont,
LPAT_PDF_FIXEDMATRIX lpMatrix
);
|
|
Arguments:
| Name | Type | Description |
| hFont | HIG_PDF_FONT | The font whose matrix is obtained. |
| lpMatrix | LPAT_PDF_FIXEDMATRIX | Font's matrix. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
Remarks:
This is only valid for Type 3 fonts.