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