From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5d375e920708150914o1324b213l172758f16753aa80@mail.gmail.com> Date: Wed, 15 Aug 2007 18:14:22 +0200 From: Uriel To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Re: ttf2subf + VeraMono rendering In-Reply-To: <62d97f2c5149248a52fca469a7d29e6f@coraid.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1187009459.054148.169430@q75g2000hsh.googlegroups.com> <62d97f2c5149248a52fca469a7d29e6f@coraid.com> Topicbox-Message-UUID: a9526064-ead2-11e9-9d60-3106f5b1d025 Why not submit a patch? uriel On 8/13/07, erik quanstrom wrote: > > > you need an updated rio/libframe/devdraw. the problem is that libframe > > > this was fixed may 15, 2006, i believe. i use a subpixel antialiased font. > > > (/n/sources/contrib/quanstro/antialias.tar /lib/font/bit/cyberbit/mod14.font) > > > > > I have the newest setup i guess, did a pull today morning as well, is > > this some other libframe which does not come with official plan9 > > distribution? > > > > /Prem > > i thought i was using the one from the distribution. it turns out there is a > difference. i will put my copy on sources /n/sources/contrib/quanstro/rio > > ; 9diff wind.c > /n/sources/plan9//sys/src/cmd/rio/wind.c:710,716 - wind.c:710,716 > { > wsetcols(w); > if(!w->mouseopen) > - _frredraw(w, w->Frame.r.min, w->cols[TEXT], nil); > + _frredraw(w, w->Frame.r.min, w->cols[TEXT], w->cols[BACK]); > if(w == input){ > wborder(w, Selborder); > wsetcursor(w, 0); > > - erik >