Re: [dev] simple terminal : about fonts

2015-05-17 Thread sylware
Thx! Coze for a nice rendering of some www pages with lynx, I use fonts for CJKT rendering different than for roman languages. best regards, -- Sylvain

Re: [dev] simple terminal : about fonts

2015-05-16 Thread Ivan Delalande
On Sun, May 17, 2015 at 02:21:09AM +, sylw...@legeek.net wrote: > Does simple terminal allow selection of a specific font for a specific > unicode range? > (like mlterm) Yup, just adjust the xdraws() procedure properly to match your tastes, in the st.c configuration file. If you are not famil

Re: [dev] simple terminal : about fonts

2015-05-16 Thread sylware
Hi, Does simple terminal allow selection of a specific font for a specific unicode range? (like mlterm) regards, -- Sylvain

Re: [dev] simple terminal : about fonts

2015-05-16 Thread Henrique Lengler
On Sat, May 16, 2015 at 08:14:41PM -0300, Amadeus Folego wrote: > As already mentioned I strongly recommend Inconsolata[0]. > > Another great font is Anonymous Pro[1]. > > 0: http://www.levien.com/type/myfonts/inconsolata.html > 1: http://www.marksimonson.com/fonts/view/anonymous-pro +1 for Inco

Re: [dev] simple terminal : about fonts

2015-05-16 Thread Amadeus Folego
As already mentioned I strongly recommend Inconsolata[0]. Another great font is Anonymous Pro[1]. 0: http://www.levien.com/type/myfonts/inconsolata.html 1: http://www.marksimonson.com/fonts/view/anonymous-pro

Re: [dev] simple terminal : about fonts

2015-05-16 Thread Charlie Kester
On Wed 13 May 2015 at 13:20:47 PDT FRIGN wrote: "Source Code Pro:pixelsize=13:antialias=true:autohint=true"; It's one of the few fonts I know which is not ambiguous with "1", "l", "i" and "|". +1

Re: [dev] simple terminal : about fonts

2015-05-16 Thread Jason Woofenden
> So could some users give me the value of their config.h:font[] ? I'm quite happy with: "Fantasque Sans Mono:pixelsize=16:antialias=true:autohint=false" It looks great for reading text, and it's easy to tell "il1|" apart, and "<({[" look very distinct as well. My only beef is that the

Re: [dev] simple terminal : about fonts

2015-05-14 Thread Thuban
* Romain GIACALONE le [13-05-2015 21:37:43 +0200]: > Hello, > > sorry for this "user level" question but I'm using simple terminal and I'm > looking for a readable and comfortable font. > It look like that I cannot find a decent one by myself ... > > So could some users give me the value o

Re: [dev] simple terminal : about fonts

2015-05-14 Thread regj
Romain GIACALONE skrev den 2015-05-13 21:37: Hello, sorry for this "user level" question but I'm using simple terminal and I'm looking for a readable and comfortable font. It look like that I cannot find a decent one by myself ... So could some users give me the value of their config.h:fo

Re: [dev] simple terminal : about fonts

2015-05-13 Thread noname
On Wed, May 13, 2015 at 09:37:43PM +0200, Romain GIACALONE wrote: > Hello, > > sorry for this "user level" question but I'm using simple terminal and I'm > looking for a readable and comfortable font. > It look like that I cannot find a decent one by myself ... > > So could some users give m

Re: [dev] simple terminal : about fonts

2015-05-13 Thread Dimitris Papastamos
On Wed, May 13, 2015 at 01:28:09PM -0700, Eric Pruitt wrote: > On Wed, May 13, 2015 at 09:37:43PM +0200, Romain GIACALONE wrote: > > So could some users give me the value of their config.h:font[] ? > > I like [DejaVu Mono](http://dejavu-fonts.org/wiki/Main_Page). You can > see a screenshot of how

Re: [dev] simple terminal : about fonts

2015-05-13 Thread Eric Pruitt
On Wed, May 13, 2015 at 09:37:43PM +0200, Romain GIACALONE wrote: > So could some users give me the value of their config.h:font[] ? I like [DejaVu Mono](http://dejavu-fonts.org/wiki/Main_Page). You can see a screenshot of how it looks on my machine at http://codevat.com/assets/about-me/mutt.png .

Re: [dev] simple terminal : about fonts

2015-05-13 Thread FRIGN
On Wed, 13 May 2015 21:37:43 +0200 Romain GIACALONE wrote: Hey Romain, > So could some users give me the value of their config.h:font[] ? "Source Code Pro:pixelsize=13:antialias=true:autohint=true"; It's one of the few fonts I know which is not ambiguous with "1", "l", "i" and "|". Cheers F