forked from dmb2/clx-freetype2
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from MIvanchev/update-documentation
Update README.md to clarify clx-truetype's situation.
- Loading branch information
Showing
2 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
|
This file was deleted.
Oops, something went wrong.