Needed for TTF support in StumpWM.
Go to file
Morgan Hager 4ac0f524a4
Add *allow-fixed-pitch-p*
Add a defvar to control optimization for fixed-pitch fonts, which can
break CJK.
2025-02-11 23:08:48 -07:00
doc update docs 2012-08-03 11:52:41 +03:00
test add features, tested under cygwin, ensure directory exists ~/.fonts 2012-08-07 11:16:35 +06:00
.gitignore initial commit 2012-07-29 11:16:52 +03:00
clx-truetype.asd Use caches from cacle for font values 2021-03-18 16:30:22 -07:00
clx-truetype.lisp Add *allow-fixed-pitch-p* 2025-02-11 23:08:48 -07:00
clx-utils.lisp fix utils, drawable screen 2012-09-15 00:09:32 +03:00
font-cache.lisp Update font-cache.lisp 2014-04-10 12:53:39 +04:00
Makefile fix makefile 2012-07-29 11:23:59 +03:00
package.lisp Add *allow-fixed-pitch-p* 2025-02-11 23:08:48 -07:00
README.md Update README.txt to clarify clx-truetype's situation. 2024-03-30 23:12:23 +01:00

clx-truetype

Pure Common Lisp TrueType antialiased fonts rendering using CLX and the Xrender extension.

Although a fork, this repository is to be considered the principal clx-truetype fork and the de facto continuation of the development effort. Initially, clx-truetype was written by Mikhail Filonenko. Over the years, however, additions and fixes have mainly happened across different forks as Mikhail's own repository has disappeared. This repository therefore consolidates these changes, provides proper versioning and strives to remain active.

clx-truetype is especially important for users of StumpWM because it allows the window manager to display text using TTF fonts. To use StumpWM with clx-truetype you have to install the ttf-fonts contrib module. The usage of the module is beyond this documentation.