Re: [ft-devel] Issues regarding converting READ_UINT4 function into FT.

2018-06-24 Thread Werner LEMBERG
> I have been working on converting the file functions in the gf > driver into FT specific stream functions. [...] > > unsigned long > gf_read_uintn(FT_Stream stream, int size) > { > unsigned long v; > FT_Error error = FT_Err_Ok; > v = 0L; > while (size >= 1) > { >

[ft-devel] Issues regarding converting READ_UINT4 function into FT.

2018-06-24 Thread Parth Wazurkar
Hi all, I have been working on converting the file functions in the gf driver into FT specific stream functions. Till now I have converted most of the part and it is working fine. I am facing issues with `READ_UINT4' function which is `gf_read_uintn' with size 4. * This is the one with file

Re: [ft-devel] GSoC Status update and complete API reference website

2018-06-24 Thread Nikhil Ramakrishnan
> Very nice, thanks! > :-) Some issues. > > * s/comfig/config/. Oops, fixed! > * I'm not happy with > > To continue a list over multiple paragraphs, start the paragraphs > with a tilde (~) character. > > I would rather prefer that a continuation is indented as before. > Example:

Re: [ft-devel] GSoC Status update and complete API reference website

2018-06-24 Thread Werner LEMBERG
> I have written a draft for this document, available at > > https://github.com/nikramakrishnan/freetype-docs/wiki/Documentation-Guidelines-for-The-FreeType-Project Very nice, thanks! Some issues. * s/comfig/config/. * I'm not happy with To continue a list over multiple paragraphs, start

Re: [ft-devel] Browsing API docs locally, and other updates

2018-06-24 Thread Werner LEMBERG
> I have implemented this in docwriter with commit e113457 > > and this is available on the site. Examples are: > > https://www.dxdy.ooo/freetype-site/ft2-base_interface/#ft_load_xxx > >

Re: [ft-devel] GSoC Status update and complete API reference website

2018-06-24 Thread Nikhil Ramakrishnan
> > Because we will now switch to markdown, we may have to be careful >> > with the usage of asterisks. They are used to begin points in >> > unordered lists and wrap italics text. >> >> OK. This is something to be added to a forthcoming >> `docs/DOCUMENTATION' file. I invite you to write this

Re: [ft-devel] All those glpyhs ...

2018-06-24 Thread Nikolaus Waxweiler
I do this all the time  ___ Freetype-devel mailing list Freetype-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype-devel

[ft-devel] All those glpyhs ...

2018-06-24 Thread armin
Hi all, out of curiosity for everyone who works on FreeType somewhat longer than I do: how often do compilers tell you it's spelled "glYPh" not "glPYh"? :D Is it just me and will my fingers get in sync eventually or is this a rather widespread phenomenon and should I better get used to that? :D