We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to embbed Font by 6.2.0.32

first,thanks for software。

i use pdf library to output pdf file,need Chinese Font,and How to embbed special Font?

sorry my poor English


1 Reply

BP Bhuvaneswari P Syncfusion Team April 29, 2008 10:49 AM UTC

Hi Jlutt,

Thank you for your interest in Syncfusion products.

There is a set of standard PDF fonts that support Chinese, Japanese and Korean characters. These fonts are supported through PdfCjkStandardFont class. Although creating such font are similar to PdfStandardFont, it requires different families:

HanyangSystemsGothicMedium
HanyangSystemsShinMyeongJoMedium
HeiseiKakuGothicW5
HeiseiMinchoW3
MonotypeHeiMedium
MonotypeSungLight
SinoTypeSongLight


//chineseSimplifiedFont
PdfCjkStandardFont font1 = new PdfCjkStandardFont( PdfCjkFontFamily.SinoTypeSongLight ,20f);

//ChineseTraditionalFont
PdfCjkStandardFont font2 = new PdfCjkStandardFont(PdfCjkFontFamily.MonotypeHeiMedium, 20.5f);



Online documentation link for
http://www2.syncfusion.com/ug_61/pdf/Fonts.html

We have realeased our Major version Essential Studio 2008 Volume 2.

You can download the latest version from the below forum thread:
http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=72983

Please let me know if you have any other questions.

Best Regards,
Bhuvana


Loader.
Live Chat Icon For mobile
Up arrow icon