Skip to content
Ks Tan edited this page Nov 7, 2018 · 14 revisions

PHPJasperxml Supported font listed in /tcpdf/fonts

  1. All font in report will convert to small letter and remove the blank space to match the font name
  2. The engine will use Font to render the text, however, if the engine notice some asian font exists in utf text value, it will switch to another font as below table:
Language Condition Swich To
Chinese preg_match("/\p{Han}+/u", $utfstring) cid0cs
Japanese preg_match("/\p{Katakana}+/u", $utfstring) cid0jp
Korean preg_match("/\p{Hangul}+/u", $utfstring) cid0kr
Clone this wiki locally