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

2017-08-08 Thread Werner LEMBERG
> $ 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 Aah, Ubuntu no longer have `/usr/lib64'; it's called `/usr/lib/x86_64-linux-gnu' instead, cf. https://askubuntu.com/questions/611419/ubuntu-12-04-5-64bit-no-usr-lib64 One

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

2017-08-08 Thread Werner LEMBERG
> 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). See my previous e-mail. I don't use Ubuntu,

Re: [ft-devel] [GSoC] CID font support, and others

2017-08-08 Thread Werner LEMBERG
> Our complication is that we must be placing outline points alongside > reading the hints, and adjusting the former accordingly. OK, makes sense. So it seems boiling down to the question how to optimally hint Type1, right? >> . Test with Acroread whether Type1 fonts and its CFF conversions >>

Re: [ft-devel] [GSoC] CID font support, and others

2017-08-08 Thread Werner LEMBERG
> \documentclass{article} > > \input{binhex} Oops, outdated version. Here's a better one for the compact output. Werner \documentclass{article} \usepackage{fontspec} \setmainfont{Linux Libertine O} \usepackage{multido} \setlength{\parindent}{0pt} \begin{document} \multido{\i=0+1}{"

Re: [ft-devel] [GSoC] CID font support, and others

2017-08-08 Thread Ewald Hew
>> Sorry, I'm not sure how I should go about this. I went with >> exporting PDF from LibreOffice, but when I opened that in Acroread I >> get LCD rendering (see attached). > > Well, yes. > > Monochrome? Please explain. I think there no longer exists an > environment where Acroread would return m

[ft-devel] Haarmony LCD rendering

2017-08-08 Thread Alexei Podtelezhnikov
Hi folks, I have just committed a new LCD rendering technique, which has been in the Harmony branch for some time now. Basically, forget tripling the resolution, forget LCD low-pass filtering. Instead render 3 grayscale bitmaps by shifting the outline by 1/3 pixel and combine the results. You are

Re: [ft-devel] Haarmony LCD rendering

2017-08-08 Thread Markus Trippelsdorf
On 2017.08.08 at 23:10 -0400, Alexei Podtelezhnikov wrote: > > What do you think? What about vrgb rendering? -- Markus ___ Freetype-devel mailing list Freetype-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype-devel