TCPDF_FONTS::updateCIDtoGIDmap( $map, $cid, $gid )
Update the CIDToGIDMap string with a new value.
Description Description
Parameters Parameters
- $map
-
(Required) (string) CIDToGIDMap.
- $cid
-
(Required) (int) CID value.
- $gid
-
(Required) (int) GID value.
Return Return
((string)) CIDToGIDMap.
Source Source
File: includes/lib/tcpdf/include/tcpdf_fonts.php
Changelog Changelog
Version | Description |
---|---|
5.9.123 | Introduced. |