Re: [MBS] Chartdirector with Chinese, Japanese and Korean

2018-12-25 Thread Christian Schmitz
> Am 24.12.2018 um 22:56 schrieb Lee Badham : > > Hi, > > We make a 1 page PDF with the text in it (DynaPDFMBS) and test with > TestGlyphs with Noto Sans as the font and if it fails, then use NotoSans CJK. Okay, you can do the same for ChartDirector. Test with DynaPDF to decide which fonts t

Re: [MBS] Chartdirector with Chinese, Japanese and Korean

2018-12-24 Thread Lee Badham
Hi, We Use the Noto fonts from Google. There is a Noto Sans for western languages and a Noto Sans CJK for Chinese, Japanese and Korean. We make a 1 page PDF with the text in it (DynaPDFMBS) and test with TestGlyphs with Noto Sans as the font and if it fails, then use NotoSans CJK. We have user

Re: [MBS] Chartdirector with Chinese, Japanese and Korean

2018-12-24 Thread Stanley Roche Busk
Hi, Yes, it looks like it works fine that way. Thanks. — Stan Busk - Software Engineer at Max Programming, S.L.U. https://www.maxprog.com > On Dec 12, 2018, at 1:47 PM, Christian Schmitz > wrote: > > > >> Am 12.12.2018 um 13:45 schrieb Stanley Roche Busk : >> >> Hi, >> >> This line work

Re: [MBS] Chartdirector with Chinese, Japanese and Korean

2018-12-12 Thread Christian Schmitz
> Am 12.12.2018 um 13:45 schrieb Stanley Roche Busk : > > Hi, > > This line works fine except for Chinese, Japanese, Korean... > > Call aChart.addTitle( myTitle, "System", 22, Int32( Ink.Color_White ), > aColor, aColor ) > > For those languages all I get are boxes... Not an encoding problem

[MBS] Chartdirector with Chinese, Japanese and Korean

2018-12-12 Thread Stanley Roche Busk
Hi, This line works fine except for Chinese, Japanese, Korean... Call aChart.addTitle( myTitle, "System", 22, Int32( Ink.Color_White ), aColor, aColor ) For those languages all I get are boxes... Not an encoding problem but a font problem. Right now I have tried on macOS only. The question is