TCPDF::replaceChar( $oldchar, $newchar )
Replace a char if is defined on the current font.
Description Description
Parameters Parameters
- $oldchar
-
(Required) (int) Integer code (unicode) of the character to replace.
- $newchar
-
(Required) (int) Integer code (unicode) of the new character.
Return Return
(int) the replaced char or the old char in case the new char i not defined
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.9.167 | Introduced. |