[ft-devel] [GSoC] Draft Proposal

2018-03-24 Thread Kushal K S V S
I've submitted a draft proposal. Please review. Thank You. ___ Freetype-devel mailing list Freetype-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype-devel

Re: [ft-devel] Running ftview + ftgrid on Fedora

2018-03-24 Thread Kushal K S V S
https://rpmfind.net/linux/rpm2html/search.php?query=libX11-devel Most probably this is missing. Install this. On Sat, Mar 24, 2018 at 3:48 PM, Werner LEMBERG wrote: > > > Is there any chance to compile + run these demo programs on Fedora? > > I can successfully compile the demo

Re: [ft-devel] Dead Link on Download Page

2018-03-24 Thread Kushal K S V S
Yes. Need to change 'project' to 'projects' in the URL On Sat, Mar 24, 2018 at 3:36 PM, Armin Hasitzka wrote: > There is a link to [1] in the last section on [2] (labelled "download > page on SourceForge") which is not available anymore. > > Armin > > [1]

Re: [ft-devel] Error in CMakeLists.txt file

2018-03-23 Thread Kushal K S V S
I'm still getting acquainted with cmake. But yeah. I'll try. Kushal K S V S Bachelor of Technology in Computer Science and Engineering ( CSE ) Indian Institute of Technology Guwahati ( IITG ) On Fri, Mar 23, 2018, 19:54 Alexei Podtelezhnikov <apodt...@gmail.com> wrote: > > >

[ft-devel] Error in CMakeLists.txt file

2018-03-23 Thread Kushal K S V S
The format of command is wrong. This will fix it. Thank You. 0001-Fixing-cmake-command-format.patch Description: Binary data ___ Freetype-devel mailing list Freetype-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype-devel

[ft-devel] [GSoC-2017] Test Framework for FreeType's Rendering Output

2017-08-29 Thread Kushal K S V S
Hi everyone, I am Kushal K S V S. This summer, I've been working for FreeType as a part of Google Summer of Code 2017. I am thrilled to present my project to everyone. I've developed a Test Framework for FreeType's rendering output. This tool enables the developer to compare the rendering output

Re: [ft-devel] problems with your branch

2017-08-29 Thread Kushal K S V S
> > This works, thanks. However, I would rather prefer to stop the > animation completely with a click, and restarting the animation with > another click. After some time, the blinking becomes annoying :-) Done. Kept a button for that. > Yes, but please add a note that there are currently

Re: [ft-devel] problems with your branch

2017-08-28 Thread Kushal K S V S
> > * It would be helpful, as you've already suggested, if I could stop > and start the blinking, for example, by clicking on the image (or > having a button for that – I don't care, as long as it is explained > somewhere). Done. Click and hold on the image to pause the animation. > > *

Re: [ft-devel] problems with your branch

2017-08-27 Thread Kushal K S V S
> > Attached are two screenshots (using current git) with my Chrome > browser. In the 96dpi snapshot, the exclamation mark is *smaller* > than in the 72dpi snapshot, which indicates that the glyph image > scaling is completely out of control... The results with Firefox > are roughly the same.

Re: [ft-devel] problems with your branch

2017-08-25 Thread Kushal K S V S
Thank you for testing. Fixed most of the above mentioned issues. Working on the memory leaks. > 10. Looking at the HTML output for sizes 16 and 20 of `test.ttf' > (using 72dpi and rendering mode 2), then switching between sizes > 16 and 20, I see that the scaling of the glyph doesn't fit

[ft-devel] [GSoC] [Doubt] CSS Sprite animation

2017-08-16 Thread Kushal K S V S
I've been trying a lot to change the CSS keyframe animation values using pure javascript. I wasn't able to find any solution(s). This is what I want to do. @-webkit-keyframes play { 100% { background-position: -480px; } } Lets say above block is from a CSS file. I want to be able to change

Re: [ft-devel] more on the preferred setup for `make tests'

2017-08-09 Thread Kushal K S V S
> > I think you > still haven't fully grasped how I would like the setup, so I've tried > to be quite explicit – in particular, you are still talking about > `installing', which I don't want... As per my last commit, I don't think I am 'installing'. dbd3da066e888c77a51bc37426667d29d603d390

Re: [ft-devel] problems with `kushal-work' branch

2017-08-08 Thread Kushal K S V S
Got it. Thanks. Also, I've tried installing FreeType library on another Ubuntu 17.04 64-bit. I did ./autogen ./configure --prefix= make make install AFAICS it installed the 32-bit version. ( no lib64/ folder, there was an lib/ folder). On Tue, Aug 8, 2017 at 12:15 PM,

Re: [ft-devel] problems with `kushal-work' branch

2017-08-08 Thread Kushal K S V S
> > What GNU/Linux distribution are you using? Most distros come with a > 32bit and 64bit version; however, the former is going extinct almost > everywhere today. I am using a 64-bit Ubuntu in a Virtual Machine on a Mac. > Be inventive :-) I suggest that you use names not too different from >

Re: [ft-devel] problems with `kushal-work' branch

2017-08-08 Thread Kushal K S V S
$ uname -a Linux ubuntu 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux On Tue, Aug 8, 2017 at 11:54 AM, Kushal K S V S <kkusha...@gmail.com> wrote: > What GNU/Linux distribution are you using? Most distros come with a >> 32bit an

Re: [ft-devel] problems with `kushal-work' branch

2017-08-08 Thread Kushal K S V S
js/ folder. libtool --mode=install cp libfreetype.la /home/ksvsk/working-repo/tests/make_png/test/libfreetype.la And using the .so file generated in the test/ folder. Similarly doing this for the 'base' version as well. I am getting the correct result. Is this what is needed to be done ? On Tue, Aug

Re: [ft-devel] Detailed Comparison Web-Page

2017-07-29 Thread Kushal K S V S
> > please don't wait for Arvinder's input; we couldn't let him pass this > month's evaluation, unfortunately. > If you like, you can now implement your original proposal, covering > everything :-) Sure. I will do it. On Sun, Jul 30, 2017 at 10:53 AM, Werner LEMBERG wrote: > > >

Re: [ft-devel] Detailed Comparison Web-Page

2017-07-27 Thread Kushal K S V S
Thank you for the feedback. I will make the code to work with gcc(C89) ASAP. make_png.c and hash_to_file.c are useless. Need to change the makefile also. I will delete those ? Your small programs show > Usage ./ > Instead of `./' it is custom to show the value of `argv[0]'; > have a