Hi all.

I added antialiased fonts rendering to stumwpm. It is pure common lisp
solution and it requires zpb-ttf and cl-vectors.
Algorithm is not so efficient as possible, but stumpwm has no big
amount of strings to render.

You can download release branch from here:
https://github.com/filonenko-mikhail/stumpwm

Do font cache.

  sbcl
  (ql:quickload :clx-truetype)
  (xft:cache-fonts)

Set font in .stumpwmrc

  (set-font (make-instance 'xft:font :family "Consolas" :subfamily
"Regular" :size 12))

Built-in x11 fonts are supported too.

  (set-font "-*-terminus-medium-r-normal-*-16-*-*-*-*-*-iso10646-1")

Hope it is usefull.




-- 
With best regards, Michael Filonenko

_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to