TCPDF::replaceMissingChars( $text, $font = '', $style = '', $subs = array() )
Replace missing font characters on selected font with specified substitutions.
Description Description
Parameters Parameters
- $text
-
(Required) (string) Text to process.
- $font
-
(Optional) (string) Font name (family name).
Default value: ''
- $style
-
(Optional) (string) Font style.
Default value: ''
- $subs
-
(Optional) (array) Array of possible character substitutions. The key is the character to check (integer value) and the value is a single intege value or an array of possible substitutes.
Default value: array()
Return Return
((string)) Processed text.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.9.153 | Introduced. |