TCPDF_FONTS::UTF8ToLatin1( $str, $isunicode = true, $currentfont )
Converts UTF-8 strings to Latin1 when using the standard 14 core fonts.
Description Description
Parameters Parameters
- $str
-
(Required) (string) string to process.
- $isunicode
-
(Optional) (boolean) True when the documetn is in Unicode mode, false otherwise.
Default value: true
- $currentfont
-
(Required) (array) Reference to current font array.
Return Return
(string)
Source Source
File: includes/lib/tcpdf/include/tcpdf_fonts.php
Changelog Changelog
Version | Description |
---|---|
3.2.000 | Introduced. |