TCPDF::GetCharWidth( $char, $notlast = true )
Returns the length of the char in user unit for the current font considering current stretching and spacing (tracking).
Description Description
Parameters Parameters
- $char
-
(Required) (int) The char code whose length is to be returned
- $notlast
-
(Optional) (boolean) If false ignore the font-spacing.
Default value: true
Return Return
(float) char width
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
2.4.000 | Introduced. |