mirror of
https://github.com/goose121/clx-truetype.git
synced 2026-09-10 07:16:25 -04:00
Update README.txt to clarify clx-truetype's situation.
This commit is contained in:
parent
2378039ada
commit
8524f08e06
22
README.md
Normal file
22
README.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
## clx-truetype
|
||||
|
||||
Pure Common Lisp TrueType antialiased fonts rendering using
|
||||
[CLX](https://github.com/sharplispers/clx) and the Xrender extension.
|
||||
|
||||
Although a fork, this repository is to be [considered the **principal**
|
||||
clx-truetype fork](https://github.com/stumpwm/stumpwm/discussions/1109)
|
||||
and the de facto continuation of the development effort.
|
||||
Initially, clx-truetype was written by
|
||||
[Mikhail Filonenko](https://github.com/filonenko-mikhail). 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](https://github.com/stumpwm/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](https://github.com/stumpwm/stumpwm-contrib/tree/master/util/ttf-fonts)
|
||||
contrib module. The usage of the module is beyond this documentation.
|
||||
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
Pure Common Lisp TrueType antialiased fonts rendering using CLX and Xrender
|
||||
extension.
|
||||
|
||||
Web manual:
|
||||
http://filonenko-mikhail.github.com/clx-truetype/
|
||||
|
||||
email: filonenko.mikhail at gmail.com
|
||||
jabber: asvil@jabber.ru
|
||||
skype: filonenko.mikhail
|
||||
Loading…
Reference in a new issue