Re: [fpc-pascal] fpPDF and support of Latin2 charset

2019-03-20 Thread LacaK
Is there way how to get correct PDF file WITHOUT embedding full Courier font? You can embed only the needed characters for every font ? Probably yes, but fpPDF will not handle this automatically? AFAIK I can not control this. But why I get unreadable characters? What I am doing wrong ?

Re: [fpc-pascal] fpPDF and support of Latin2 charset

2019-03-20 Thread Michael Van Canneyt
On Wed, 20 Mar 2019, LacaK wrote: Is there way how to get correct PDF file WITHOUT embedding full Courier font? You can embed only the needed characters for every font ? Probably yes, but fpPDF will not handle this automatically? AFAIK I can not control this. But why I get unreadable

Re: [fpc-pascal] fpPDF and support of Latin2 charset

2019-03-20 Thread LacaK
Is there way how to get correct PDF file WITHOUT embedding full Courier font? You can embed only the needed characters for every font ? Probably yes, but fpPDF will not handle this automatically? AFAIK I can not control this. But why I get unreadable characters? What I am doing wrong ?

Re: [fpc-pascal] fpPDF and support of Latin2 charset

2019-03-20 Thread Michael Van Canneyt
I suspect that the Arial font has unicode glyphs, and courier not. I do not know, but with other fonts: Arial, Verdana, Consolas it works as expected. Do you think, that Courier New is only exception? When I look at https://docs.microsoft.com/en-us/typography/font-list/courier-new I do n

Re: [fpc-pascal] fpPDF and support of Latin2 charset

2019-03-20 Thread José Mejuto
El 19/03/2019 a las 15:00, LacaK escribió: It seems that there is problem specific to CourierNew font (cour.ttf). With Arial (arial.ttf) it works as expected. Attached program which demonstrates problem. Hello, Can you send me by direct mail the pdf result for that program ? I´ll try to sp