PdfFontManagerCreateCjkBaseFont Method
Creates a standard CJK base font built into Adobe Reader.
These fonts do not require embedding - they are available in Adobe Reader
when the CJK font pack is installed. Use for form fields that need to
remain editable in Adobe Reader with CJK text.
Supported names: STSong-Light, STHeiti-Regular (Simplified Chinese),
MSung-Light, MHei-Medium (Traditional Chinese),
HeiseiMin-W3, HeiseiKakuGo-W5 (Japanese),
HYSMyeongJo-Medium, HYGoThic-Medium (Korean)
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public static PdfBaseFont CreateCjkBaseFont(
string cjkFontName,
string cjkEncoding
)
- cjkFontName String
- The CJK font name
- cjkEncoding String
-
The CJK encoding. Common values:
UniGB-UCS2-H (Simplified Chinese), UniCNS-UCS2-H (Traditional Chinese),
UniJIS-UCS2-H (Japanese), UniKS-UCS2-H (Korean)
PdfBaseFontA CJK base font that can be used to create styled fonts