Re: [ft-devel] [GSoC'19] ftinspect update

2019-08-08 Thread Triplex
Hi Werner, Thanks for the descriptive feedback and I'll make sure to fix the issues ASAP. > * The biggest problem is that glyphs in the `ftview' mode aren't > displayed with correct vertical positions. This is serious bug and > must be fixed ASAP – I think I reported this already six weeks

[ft-devel] [GSoC'19] ftinspect update

2019-08-06 Thread Triplex
Quick intro: https://youtu.be/d3NuqFckEoU Hi folks, A quick brief/update on what I have implemented till now and features which are supposed to be implemented still. GUI related programs: * ftview + ftstring combined and implemented * Implemented remaining ftgrid features in ftinspect * Implemen

Re: [ft-devel] [GSoC'19] ftinspect questions

2019-07-05 Thread Triplex
Hi Werner, IMHO, `FT_Get_Char_Index' is sufficient. For displaying single > characters in `ftinspect' (or a bunch of them once in a separate > window for ftview-like stuff) you don't need a cache for speeding up > things. > Let me know if I'm wrong but isn't it looks up the glyph index correspon

Re: [ft-devel] [GSoC'19] ftinspect questions

2019-07-04 Thread Triplex
> The radio buttons does the same thing. Adding tabs is more of a design > change. Opening tab would perform the same functionality as the radio > buttons do. Although having tabs in place of radio button is fine too. > >> > Tabs can better hide some options: kerning is only relevant to text > layo

Re: [ft-devel] [GSoC'19] ftinspect questions

2019-07-04 Thread Triplex
Hi Alexei, The demo programs also test different ways to use FreeType: FT_Load_Glyph / > FT_Render_Glyph versus FT_Glyph_To_Bitmap or FT_Outline_Render. It is good > to be diverse while testing and it might be quit natural to have separate > tabs: > A tab with a glyph list in native or encoded (u

Re: [ft-devel] [GSoC'19] ftinspect questions

2019-07-04 Thread Triplex
> As far as I know, Qt *does* work on a large bunch of Windows versions. > `ftinspect' should even compile fine with the older Qt4 series, too > (at least it compiled fine before the recent changes) – Veeki, please > don't use Qt5 features without proper checking of the used Qt version! > And pleas

[ft-devel] [GSoC'19] ftinspect questions

2019-06-29 Thread Triplex
Hi everyone, I have a few observations and questions: I need to obtain the glyph index and that could be done using the two methods .i.e * FTC_CMapCache_Lookup * and *FT_Get_Char_Index

[ft-devel] [GSoC'19] ftinspect progress update

2019-06-29 Thread Triplex
Hi folks, A quick brief/update on what I have implemented till now: - Basic ftdump functionality - Gamma Correction (Although I would appreciate any feedback on the same since I manipulated the pixel array directly to get the desired result) - All hinting related features - Segment

[ft-devel] ftinspect compilation error

2019-06-12 Thread Triplex
Hi, In the autofitter debug mode I'm able to test ftgrid and other program but at the same time ftinspect compilation throws the following error g++: error: ../../../freetype2/objs/.libs/libfreetype.a: No such file or directory Makefile:190: recipe for target 'ftinspect' failed make: *** [ftinspe

Re: [ft-devel] Autofitter Debugging in ftgrid

2019-06-11 Thread Triplex
d reference to `_af_debug_hints' ftgrid.c:(.text+0x36f3): undefined reference to `af_glyph_hints_dump_points' collect2: error: ld returned 1 exit status Thanks! On Mon, Jun 10, 2019 at 6:23 PM Alexei Podtelezhnikov wrote: > On Mon, Jun 10, 2019 at 8:05 AM Triplex wrote: > > I was tryi

Re: [ft-devel] 'ftinspect' project timeline

2019-06-10 Thread Triplex
Hi Werner, > PS: Please subscribe to the `freetype-devel' mailing list. > I'm already subscribed to the mailing list. -- Veeki ___ Freetype-devel mailing list Freetype-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype-devel

[ft-devel] Autofitter Debugging in ftgrid

2019-06-10 Thread Triplex
Hi, I was trying to enable Autofitter debugging in order to test horizontal and vertical hinting in ftgrid. But defining the FT_DEBUG_AUTOFIT macro produces undefined reference error for all the functions providing dumps of internal autofit structures to stdout including other global variables.

[ft-devel] 'ftinspect' project timeline

2019-06-10 Thread Triplex
Hi, Just a quick heads up to everyone who is wondering about the progress in 'ftinspect' development so far. I'm sharing the initial version of my project timeline for everyone who is interested in knowing where's the development is actually heading. Apart from that, I would be more than happy to

Re: [ft-devel] Improve the 'ftinspect' demo program

2019-03-28 Thread Triplex
On Wed, Mar 27, 2019, 9:19 PM Alexei Podtelezhnikov wrote: > > > On Wed, Mar 27, 2019 at 9:49 AM Werner LEMBERG wrote: > >> >> > So, I am confused about the implementation of 'ftgamma' in >> > 'ftinspect'. Is just displaying the images as they are now in Qt >> > enough? If not, would appreciate

Re: [ft-devel] Improve the 'ftinspect' demo program

2019-03-26 Thread Triplex
Hi, So, I am confused about the implementation of 'ftgamma' in 'ftinspect'. Is just displaying the images as they are now in Qt enough? If not, would appreciate any advice on that. Regards, Veeki On Tue, Mar 26, 2019 at 8:25 PM Werner LEMBERG wrote: > > >> > * So there is a thread mentioning

Re: [ft-devel] Improve the 'ftinspect' demo program

2019-03-26 Thread Triplex
Hi, On Tue, Mar 26, 2019 at 3:08 PM Werner LEMBERG wrote: > > * So there is a thread mentioning ftdump functionality in ftinspect > > with the patch attached but I don't think that it's been used. > > Any specific reasons? > > Right now I can't remember this patch. Can you provide a link?

Re: [ft-devel] Improve the 'ftinspect' demo program

2019-03-26 Thread Triplex
*Copying mail to list* Hello, Thanks for the earlier reply. So, I was looking through the current features in ftinspect and have a few questions regarding the same. * The gamma slider doesn't actually affect the glyphs in ftinspect. Is that right? * So there is a thread mentioning ftdump funct

[ft-devel] Improve the 'ftinspect' demo program

2019-03-13 Thread Triplex
Hello, I had a look at the GSoC project ideas, and am interested in "Improve the 'ftinspect' demo program". I'm currently pursuing my bachelors in Computer Science. I've taken a look at the freetype2-demos repository and the current state of ftinspect. I would like to ask a few questions: 1) Thi