Re: [ft-devel] How to determine if horizontal hinting is happening?

2018-02-15 Thread Werner LEMBERG
> I am working on a Chrome bug (crbug.com/740385) related to subpixel > positioning and hinting. > > There is currently an issue where glyphs do not get positioned > correctly in all cases, and to solve this problem I need to enable > subpixel positioning. > > This works, except when horizontal

Re: [ft-devel] Contribution to freetype

2018-02-15 Thread Werner LEMBERG
> I successfully compiled the example in this way: > $gcc example1.c -I/home/parth/anaconda3/include/freetype2 \ > -L/home/parth/anaconda3/lib -lfreetype -lm > > But, when I run $./a.out font sample-text for checking output it > shows Segmentation fault (core dumped). Please help. The demo

Re: [ft-devel] Contribution to freetype

2018-02-15 Thread Parth Wazurkar
I successfully compiled the example in this way: $gcc example1.c -I/home/parth/anaconda3/include/freetype2 -L/home/parth/anaconda3/lib -lfreetype -lm But, when I run $./a.out font sample-text for checking output it shows Segmentation fault (core dumped). Please help. On Fri, Feb 16, 2018 at 3:28

[ft-devel] How to determine if horizontal hinting is happening?

2018-02-15 Thread Adam Goode
Hi, I am working on a Chrome bug (crbug.com/740385) related to subpixel positioning and hinting. There is currently an issue where glyphs do not get positioned correctly in all cases, and to solve this problem I need to enable subpixel positioning. This works, except when horizontal hinting is

Re: [ft-devel] Contribution to freetype

2018-02-15 Thread Werner LEMBERG
> When I try to compile the example given on the website after > installing the library like this: > > $gcc example1.c -I/home/parth/anaconda3/include/freetype2 -lm -lfreetype > > I get the following error > > *:* > /usr/bin/ld: cannot find -lfreetype > collect2: error: ld returned 1 exit

Re: [ft-devel] Contribution to freetype

2018-02-15 Thread Parth Wazurkar
When I try to compile the example given on the website after installing the library like this: $gcc example1.c -I/home/parth/anaconda3/include/freetype2 -lm -lfreetype I get the following error *:* /usr/bin/ld: cannot find -lfreetype collect2: error: ld returned 1 exit status I searched on the

Re: [ft-devel] Convert markdown files to html documents.

2018-02-15 Thread Bhaskar Bhushan
Thank you sir, I will do that. I will be proposing the ideas within 1 week. On 15-Feb-2018 2:56 PM, "Werner LEMBERG" wrote: > > Hello Bhaskar, > > > > [...] I want to contribute in your project of conversion of markdown > > files to html documents as I have done some work on

Re: [ft-devel] Convert markdown files to html documents.

2018-02-15 Thread Werner LEMBERG
Hello Bhaskar, > [...] I want to contribute in your project of conversion of markdown > files to html documents as I have done some work on python for > making a website where the use of python and markdown is used. My > GitHub account link is :-(https://github.com/chiku07) Please look > upon

[ft-devel] Convert markdown files to html documents.

2018-02-15 Thread Bhaskar Bhushan
Dear sir, Hello sir, my name is Bhaskar Bhushan an engineering student of electronic branch and I want to contribute in your project of conversion of markdown files to html documents as I have done some work on python for making a website where the use of python and markdown is used.