l10n_cn_fonts Module
Print Chinese fonts in pdf reports
Print Unicode fonts in RML pdf reports
This module replaces the standard PDF Type1 fonts with TrueType fonts that have unicode characters for traditional Chinese.
The module contains the NotoSansHans*.ttf font.
With this module you can continue to use the old font names in the templates,
they will be replaced with the DroidSansFallback.ttf font names every time before creating a pdf.
If you wish to use your own fonts, you have to place them in addons/l10_hk_fonts directory and
replace the font name in the file __init__.py accordingly.
This Module is based on the original work from Gábor Dukai module (base_report_unicode)