Re: [ft-devel] Documentation guidelines file

2018-09-02 Thread Nikhil Ramakrishnan
> > Ah, this is only reproducible on Chrome. Firefox ignores word break > > rules. A little searching and experimenting gave me the answer. > > Should be fixed now! > > Thanks a lot! Have you already pushed the changes to the repository? > Not yet, will do it today. Oh, and is there anything

[ft-devel] Upcoming changes in the GF driver.

2018-09-02 Thread Parth Wazurkar
Hi all, Following are the changes to be completed in the GF driver, which I will be implementing in the coming days: 1. Solving the `cmap' problem. 2. Adding artificial glyphs in the GF driver. 3. Using the `xxx' and `yyy' information to derive the `cmap' scheme. Please suggest any more changes

Re: [ft-devel] Documentation guidelines file

2018-09-02 Thread Werner LEMBERG
>> Attached is another example from the `note' section of the description >> of `FT_GlyphSlotRec' (100% default size using Chrome). > > Ah, this is only reproducible on Chrome. Firefox ignores word break > rules. A little searching and experimenting gave me the answer. > Should be fixed now!

Re: [ft-devel] Documentation guidelines file

2018-09-02 Thread Nikhil Ramakrishnan
> >> BTW, I see > >> > >> face- > >> >num_charmaps > >> > >> i.e., a line break after the `-' (within ...). This > >> is bad. Can this be fixed in CSS? > > > > I'm not able to reproduce this at any zoom level, can you send a > > screenshot? > > Attached is another example from the `note'

Re: [ft-devel] Removing FT_Outline_New_Internal

2018-09-02 Thread Werner LEMBERG
> A cursory search on GitHub > > https://github.com/search?q=FT_Outline_Done_Internal=Code > > says that the two functions at least seem to be part of Servo’s > FreeType bindings > > > https://github.com/servo/rust-freetype/search?q=FT_Outline_Done_Internal_q=FT_Outline_Done_Internal Hmm,