Re: [Podofo-users] TTC Font Support

2016-04-18 Thread Dominik Seichter
or bold version may not be available, so we > will get the regular font instead(I think this is the desired functionality). > If we tag this as failure here wont it be a problem? > > > > Are there similar verification done for TTF fonts? > > > > Thanks and Regards >

Re: [Podofo-users] TTC Font Support

2016-02-19 Thread dennis
TTF fonts? Thanks and Regards -Original Message- From: dennis [mailto:dennis.v...@dots.de] Sent: Wednesday, February 10, 2016 1:22 PM To:podofo-users@lists.sourceforge.net <mailto:podofo-users@lists.sourceforge.net> Subject: Re: [Podofo-users] TTC F

Re: [Podofo-users] TTC Font Support

2016-02-18 Thread zyx
On Wed, 2016-02-17 at 22:15 +, Matthew Brincke wrote: > I also don't know anything about a release cycle in the PoDoFo > project, at least I haven't seen anything to that effect. I would > also very much like to know more about it, e.g. dates before I should > have my bug fixes ready to get the

Re: [Podofo-users] TTC Font Support

2016-02-17 Thread Matthew Brincke
Jaseem Ali K T wrote on Wednesday, 17 February 2016, 06:57 UTC: > Hi > > Thanks for the reply. > > I am not much familiar with release cycles and related info about PoDoFo. It > would > be very helpful if you can provide a date (maximum (and minimum :) ) no. of > days > we may have to wait)

Re: [Podofo-users] TTC Font Support

2016-02-16 Thread Jaseem Ali K T
ednesday, February 10, 2016 1:22 PM To: podofo-users@lists.sourceforge.net<mailto:podofo-users@lists.sourceforge.net> Subject: Re: [Podofo-users] TTC Font Support As i said, a colleague of mine will provide a patch in (hoepfully) short time. Just setting if(true) is not going to so

Re: [Podofo-users] TTC Font Support

2016-02-12 Thread dennis
[mailto:dennis.v...@dots.de] Sent: Wednesday, February 10, 2016 1:22 PM To: podofo-users@lists.sourceforge.net Subject: Re: [Podofo-users] TTC Font Support As i said, a colleague of mine will provide a patch in (hoepfully) short time. Just setting if(true) is not going to solve the problem. You c

Re: [Podofo-users] TTC Font Support

2016-02-11 Thread Jaseem Ali K T
gards -Original Message- From: dennis [mailto:dennis.v...@dots.de] Sent: Wednesday, February 10, 2016 1:22 PM To: podofo-users@lists.sourceforge.net Subject: Re: [Podofo-users] TTC Font Support As i said, a colleague of mine will provide a patch in (hoepfully) short time. Just setting if

Re: [Podofo-users] TTC Font Support

2016-02-10 Thread dennis
> next release > > Thanks and regards > Ali > > -Original Message- > From: dennis [mailto:dennis.v...@dots.de] > Sent: Monday, February 01, 2016 1:08 PM > To: podofo-users@lists.sourceforge.net > Subject: Re: [Podofo-users] TTC Font Support > > Hi, (guy who

Re: [Podofo-users] TTC Font Support

2016-02-09 Thread Jaseem Ali K T
-Original Message- From: dennis [mailto:dennis.v...@dots.de] Sent: Monday, February 01, 2016 1:08 PM To: podofo-users@lists.sourceforge.net Subject: Re: [Podofo-users] TTC Font Support Hi, (guy who implemented ttc support here). The problem is, the std::equal_range function call in pdf fontcach

Re: [Podofo-users] TTC Font Support

2016-02-04 Thread dennis
Hi, (guy who implemented ttc support here). The problem is, the std::equal_range function call in pdf fontcache. (or better the constructor of TFontCacheElement) Meiro for example has a japanese name, thus the pdfstring will be converted into unicode (which is horribly buggy in podofo... with e

Re: [Podofo-users] TTC Font Support

2016-02-03 Thread zyx
On Wed, 2016-02-03 at 09:42 +, Dineshkumar Ramalingam wrote: > We are using PoDoFo version 0.9.3 and freetype version 2.4.12. > > We are getting ' ePdfError_UnsupportedFontFormat' error message while > executing 'CreateFont'/'CreateFontSubset' methods. > > Which version of freetype will reso

Re: [Podofo-users] TTC Font Support

2016-02-03 Thread Dineshkumar Ramalingam
Original Message- From: Jaseem Ali K T Sent: 03 February 2016 14:55 To: Dineshkumar Ramalingam Subject: FW: [Podofo-users] TTC Font Support -Original Message- From: zyx [mailto:z...@litepdf.cz] Sent: 29 January 2016 20:05 To: podofo-users@lists.sourceforge.net Subject: Re: [Podofo-u

Re: [Podofo-users] TTC Font Support

2016-01-29 Thread zyx
On Fri, 2016-01-29 at 13:29 +, Jaseem Ali K T wrote: > Does PoDoFo support ttc fonts? > Hi, PoDoFo doesn't support fonts, it's the freetype library which operates with font files. If the freetype library can open a ttc font, then PoDoFo should not have any issue with it. I see that P

[Podofo-users] TTC Font Support

2016-01-29 Thread Jaseem Ali K T
Hi All I am facing problems while using ttc fonts with PoDoFo in windows. While fonts like Meiryo and Cambria are working, other fonts like MS Gothic, Batang are not working. I tried both CreateFontSubSet and CreateFont for all the fonts. For Meiryo and Cambria both functions gave correct resu