Re: [ft-devel] Possible typo in `FT_Module_Class' description.

2018-07-25 Thread Werner LEMBERG
> I came across the description of `FT_Module_Class' in `ftmodapi.h', > I found that there is no description of `module_interface' field in > its description. I doubt this is intentional and maybe it is an > oversight. Maybe its description can be added too. Indeed. A description was missing

[ft-devel] Possible typo in `FT_Module_Class' description.

2018-07-25 Thread Parth Wazurkar
Hi all, I came across the description of `FT_Module_Class' in `ftmodapi.h', I found that there is no description of `module_interface' field in its description. I doubt this is intentional and maybe it is an oversight. Maybe its description can be added too. Thank you Parth

Re: [ft-devel] GF + TFM

2018-07-25 Thread Parth Wazurkar
> > > I found out `T1_CONFIG_OPTION_NO_AFM' option, should we have such an > > option like `TEX_CONFIG_OPTION_NO_TFM' for our tfm driver? What do > > you suggest. > > I think this is not necessary. There are other possibilities to not > compile the GF/PK/TFM/VF combo (namely, to omit the

Re: [ft-devel] GF + TFM

2018-07-25 Thread Werner LEMBERG
> I found out `T1_CONFIG_OPTION_NO_AFM' option, should we have such an > option like `TEX_CONFIG_OPTION_NO_TFM' for our tfm driver? What do > you suggest. I think this is not necessary. There are other possibilities to not compile the GF/PK/TFM/VF combo (namely, to omit the corresponding

Re: [ft-devel] GF + TFM

2018-07-25 Thread Parth Wazurkar
> > >> A separate TFM module makes sense IMHO, since exactly the same code >> >> will be used for the PK module also. And VF will need this, too. >> >> Compare this to the `psaux' module which provides routines for CFF, >> >> Type1, Type42, and CID fonts. >> > >> > Can you please tell me which

Re: [ft-devel] GF + TFM

2018-07-25 Thread Parth Wazurkar
> > >> A separate TFM module makes sense IMHO, since exactly the same code > >> will be used for the PK module also. And VF will need this, too. > >> Compare this to the `psaux' module which provides routines for CFF, > >> Type1, Type42, and CID fonts. > > > > Can you please tell me which files

Re: [ft-devel] Bad index layout in API documentation

2018-07-25 Thread Nikhil Ramakrishnan
> Very nice, thanks! Note that all links currently fail (it misses a > `reference' subdirectory in the link). > Oops, this is fixed now. -- Nikhil ___ Freetype-devel mailing list Freetype-devel@nongnu.org

Re: [ft-devel] GF + TFM

2018-07-25 Thread Werner LEMBERG
>> A separate TFM module makes sense IMHO, since exactly the same code >> will be used for the PK module also. And VF will need this, too. >> Compare this to the `psaux' module which provides routines for CFF, >> Type1, Type42, and CID fonts. > > Can you please tell me which files should I look

Re: [ft-devel] GF + TFM

2018-07-25 Thread Parth Wazurkar
> > >> Please have a look how AFM files are attached to Type 1 fonts; it > >> basically does the same, namely to add more metric information. I > >> suggest that you use this as a template. > > > > If we use this as a template, then there is no need to have a > > separate TFM driver, as VFlib's

Re: [ft-devel] GF + TFM

2018-07-25 Thread Werner LEMBERG
>> Please have a look how AFM files are attached to Type 1 fonts; it >> basically does the same, namely to add more metric information. I >> suggest that you use this as a template. > > If we use this as a template, then there is no need to have a > separate TFM driver, as VFlib's TFM driver

Re: [ft-devel] GF + TFM

2018-07-25 Thread Parth Wazurkar
> > > 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 files are attached to Type 1 fonts; it