Gets a Type 3 font's bounding box, which is the smallest rectangle that would enclose every character in the font if they were overlaid and painted.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_font_get_bbox(
HIG_PDF_FONT hFont,
LPAT_PDF_FIXEDRECT lpBBox
);
|
|
| Name | Type | Description |
|---|---|---|
| hFont | HIG_PDF_FONT | The font whose bounding box is obtained. |
| lpBBox | LPAT_PDF_FIXEDRECT | The font's bounding box. |
Error count.
This function does not process image pixels.