Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-13 Thread Denis Kudriashov
2016-11-12 12:26 GMT+01:00 Guillaume Larcheveque < guillaume.larcheve...@gmail.com>: > I forwarded the conversation to Olivier. > > Embed fonts are not yet implemented by Artefact so we will see with > Olivier if we will join the development of it (if you plan to do it) or if > we will just help

Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-12 Thread Denis Kudriashov
2016-11-12 14:02 GMT+01:00 olivier auverlot : > Denis, > > Could you publish a snippet of code that generates a PDF document with a > text that contains russians letters ? We need to test. > > For russian letters, I think That You need a consistent font and the >

Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-12 Thread Denis Kudriashov
2016-11-12 14:02 GMT+01:00 olivier auverlot : > Denis, > > Could you publish a snippet of code that generates a PDF document with a > text that contains russians letters ? We need to test. > See my original mail.: oneLineTest: aStream > PDFDocument new add: (PDFPage

Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-12 Thread olivier auverlot
Denis, Could you publish a snippet of code that generates a PDF document with a text that contains russians letters ? We need to test. For russian letters, I think That You need a consistent font and the proper encoding. Normally, the Helvetica / Arial should be ok. For the encoding, the

Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-12 Thread Guillaume Larcheveque
I forwarded the conversation to Olivier. Embed fonts are not yet implemented by Artefact so we will see with Olivier if we will join the development of it (if you plan to do it) or if we will just help you by answering your questions if we do not have time to code it. 2016-11-12 12:07 GMT+01:00

Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-12 Thread Sabine Manaa
lets wait what Olivier or Guillaume say 2016-11-12 11:28 GMT+01:00 Denis Kudriashov [via Smalltalk] < ml-node+s1294792n4922787...@n4.nabble.com>: > > 2016-11-11 21:07 GMT+01:00 Sabine Manaa <[hidden email] > >: > >> Hi Denis, >> >> perhaps this is

Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-12 Thread Denis Kudriashov
2016-11-11 21:07 GMT+01:00 Sabine Manaa : > Hi Denis, > > perhaps this is the same topic (I am not sure): > http://forum.world.st/Artefact-and-WideString-td4857147.html#a4857325 > Thank's Sabine. But it is not helps. And google too. It seems that I need embed fonts which

Re: [Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-11 Thread Sabine Manaa
Hi Denis, perhaps this is the same topic (I am not sure): http://forum.world.st/Artefact-and-WideString-td4857147.html#a4857325 Regards Sabine 2016-11-11 19:25 GMT+01:00 Denis Kudriashov [via Smalltalk] < ml-node+s1294792n4922747...@n4.nabble.com>: > Hi. > > I need to generate PDF with russian

[Pharo-users] Dues anybody try Artifact with non latin characters?

2016-11-11 Thread Denis Kudriashov
Hi. I need to generate PDF with russian letters but when I try it resulting pdf is empty. I use example: oneLineTest: aStream PDFDocument new add: (PDFPage new add: (PDFTextElement new text: 'Hello Привет'; from: 10mm@10mm)); exportTo: aStream. I attach produced pdf. Best regards, Denis