summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorKurt <kurt.w.jung@gmail.com>2019-05-07 10:06:44 -0400
committerKurt <kurt.w.jung@gmail.com>2019-05-07 10:06:44 -0400
commit71267fb332989953c8b27ec9a31832767886c926 (patch)
treecb71c5b1a3a654534c9d1560dc078bb5d8e85c55 /doc.go
parent641cda87ac3cf98cf58400cb3ce7513b6cc74295 (diff)
Add note about CJK fonts
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index 11c7ef3..2d6f49b 100644
--- a/doc.go
+++ b/doc.go
@@ -45,7 +45,10 @@ Features
gofpdf has no dependencies other than the Go standard library. All tests
pass on Linux, Mac and Windows platforms.
-gofpdf supports UTF-8 fonts and “right-to-left” languages.
+gofpdf supports UTF-8 TrueType fonts and “right-to-left” languages. Note
+that Chinese, Japanese, and Korean characters may not be included in
+many general purpose fonts. For these languages, a specialized font (for
+example, NotoSansSC for simplified Chinese) can be used.
Also, support is provided to automatically translate UTF-8 runes to code
page encodings for languages that have fewer than 256 glyphs.