On Sun, Aug 09, 2015 at 08:00:38PM +0000, non...@inventati.org wrote: > On Sun, Aug 09, 2015 at 09:48:53PM +0200, Quolick wrote: > > On Sun, Aug 09, 2015 at 10:19:56PM +0300, Ilya S wrote: > > > :/ > > > > > > config.h > > > > > > static char font[] = "Liberation > > > Mono:pixelsize=12:antialias=false:autohint=false"; > > > > Exactly! This is what I wrote: > > > > static char font[] = "terminus:pixelsize=16:antialias=false:autohint=false"; > > > > Seems fine for Latin characters, but cyrillic ones are not terminus. > > Are cyrillic font must be set somehow specially? > > Visually, cyrillic characters are from Liberation font. > > My config contains this line: > > static char font[] = "Terminus:pixelsize=14:lang=de"; > > It triggers the unicode version of Terminus, should probably work for > cyrillic characters too. Maybe you will need to change "de" to your > language code. >
That worked for me! static char font[] = "Terminus:pixelsize=16:lang=ru"; Thanks a lot!