Re: [ft-devel] GF + TFM

2018-07-20 Thread Werner LEMBERG
> BTW, BDF driver too does the same, this might have to be changed > too. Yes :-) A recent bug report also complains about long loading times for PCF. As you can see, working on FreeType is a never-ending story... Werner ___ Freetype-devel

Re: [ft-devel] GF + TFM

2018-07-20 Thread Parth Wazurkar
> > >> >> Yes, it has been already done. > >> > >> Hmm. Which commit is this? I don't see anything recent change in > >> the `parthw-cleanup' branch related to this issue. > > > > Actually this was done from the start itself, I misunderstood > > somethings and got confused myself and then I

Re: [ft-devel] GF + TFM

2018-07-20 Thread Werner LEMBERG
>> >> Yes, it has been already done. >> >> Hmm. Which commit is this? I don't see anything recent change in >> the `parthw-cleanup' branch related to this issue. > > Actually this was done from the start itself, I misunderstood > somethings and got confused myself and then I figured out that it

Re: [ft-devel] Move `src/tools/ftfuzzer' to the testing repository

2018-07-20 Thread Werner LEMBERG
>> [...] and don't break URLs in the ChangeLog. [...] > > Even if it breaks the rule of 78? ;P Yes. No reason to be more catholic than the Pope :-) Werner ___ Freetype-devel mailing list Freetype-devel@nongnu.org

Re: [ft-devel] Move `src/tools/ftfuzzer' to the testing repository

2018-07-20 Thread armin
> [...] and don't break URLs in the ChangeLog. [...] Even if it breaks the rule of 78? ;P (anyways, sure + consider it done :)) ___ Freetype-devel mailing list Freetype-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype-devel

Re: [ft-devel] Move `src/tools/ftfuzzer' to the testing repository

2018-07-20 Thread Werner LEMBERG
> --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,12 @@ > +2018-07-20 Armin Hasitzka > + > + Move the legacy fuzz target to the `freetype-testing' repository: > + it can now be found at https://github.com/freetype/freetype2-testing \ > + /tree/master/fuzzing/src/legacy > + > + *

[ft-devel] Move `src/tools/ftfuzzer' to the testing repository

2018-07-20 Thread armin
As discussed earlier this week I would like to move the sources of the legacy fuzz target to the testing repository. I have already copied it to the new repository: https://github.com/freetype/freetype2-testing/tree/master/fuzzing/src/legacy . It would now be time to remove it from the freetype2

Re: [ft-devel] GF + TFM

2018-07-20 Thread Werner LEMBERG
>> What exactly do you mean with `wrongly filled'? Please give an >> example that I can look at with the debugger. > > I mean that the which metric data is wrongly allotted in the > `GF_Glyph_Load' function which is causing these errors in the gf > output. Is it only ascender and descender

Re: [ft-devel] GF + TFM

2018-07-20 Thread Parth Wazurkar
> > >>> And what about making GF loading the bitmaps on demand only? > >> > >> Yes, it has been already done. > > Hmm. Which commit is this? I don't see anything recent change in the > `parthw-cleanup' branch related to this issue. > Actually this was done from the start itself, I misunderstood

Re: [ft-devel] GF + TFM

2018-07-20 Thread Werner LEMBERG
>>> And what about making GF loading the bitmaps on demand only? >> >> Yes, it has been already done. Hmm. Which commit is this? I don't see anything recent change in the `parthw-cleanup' branch related to this issue. Werner ___

Re: [ft-devel] GF + TFM

2018-07-20 Thread Parth Wazurkar
> > >> Please finish the GF + TFM combo first. > >> > > > > Ok, then I have a pretty clear idea about how to accomplish it, I > > will create some API functions in the `tfm' driver's service code > > which will be used in the `gf', `pk' and `vf' drivers to extract the > > tfm data. > > Please have

Re: [ft-devel] GF + TFM

2018-07-20 Thread Werner LEMBERG
>> Please finish the GF + TFM combo first. >> > > Ok, then I have a pretty clear idea about how to accomplish it, I > will create some API functions in the `tfm' driver's service code > which will be used in the `gf', `pk' and `vf' drivers to extract the > tfm data. Please have a look how AFM

Re: [ft-devel] GF + TFM

2018-07-20 Thread Parth Wazurkar
> > >> the next step is `attaching' a TFM file to GF (and later on to PK), > >> i.e., providing the internal code for `FT_Attach_File' and > >> `FT_Attach_Stream' so that GF's metric data gets completed. Any > >> estimate when you are done with this? > > > > I don't think that would be necessary,

Re: [ft-devel] GF + TFM

2018-07-20 Thread Werner LEMBERG
> In particular, a glyph normally has a height, a depth, [...] Ah, this is TeX speak. In FreeType speak, this is called ascender and descender: ascender = height; descender = -depth; Werner ___ Freetype-devel mailing list