sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 632217673c98c05629e658e13bcad53f68d58b61
parent e9729eb86fb1f9544c3ea98128d71d4cdb2d4161
Author: Léo Gaspard <leo@gaspard.io>
Date:   Sun, 12 Jun 2016 16:46:32 +0200

Tell people work started on a font rendering lib

Diffstat:
Msuckless.org/project_ideas.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/suckless.org/project_ideas.md b/suckless.org/project_ideas.md @@ -45,6 +45,9 @@ draw some text somewhere. And this is what a suckless font rendering library should do: Give it a font string and render at some position the given font without having to care about font specifics. +[Some work](https://git.ekleog.org/dtext) has already been done to replace +libXft and Fontconfig. Real-world testing is however still needed. + ***Requirements:*** C knowledge, some X11 knowledge and of course knowledge about the font formats and how to handle them.