TCPDF::isCharDefined( $char, $font = '', $style = '' )
Return true in the character is present in the specified font.
Description Description
Parameters Parameters
- $char
-
(Required) (mixed) Character to check (integer value or string)
- $font
-
(Optional) (string) Font name (family name).
Default value: ''
- $style
-
(Optional) (string) Font style.
Default value: ''
Return Return
((boolean)) true if the char is defined, false otherwise.
Source Source
File: includes/lib/tcpdf/tcpdf.php
Changelog Changelog
Version | Description |
---|---|
5.9.153 | Introduced. |