TCPDF::getCharBBox( $char )

Returns the glyph bounding box of the specified character in the current font in user units.


Description Description


Parameters Parameters

$char

(Required) (int) Input character code.


Top ↑

Return Return

(mixed) array(xMin, yMin, xMax, yMax) or FALSE if not defined.


Top ↑

Source Source

File: includes/lib/tcpdf/tcpdf.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.9.186 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.