sites

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

commit 2de7692ed666a78ca5343be015e72fa33ad947cb
parent 2f3801be403c9d52a6b8d8a7390adba4d4a660f2
Author: Raf Czlonka <rczlonka@gmail.com>
Date:   Tue,  6 Mar 2018 08:37:42 +0000

"of course", not "ofcourse", of course.

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

diff --git a/suckless.org/project_ideas.md b/suckless.org/project_ideas.md @@ -30,7 +30,7 @@ UNIX-like operating systems. The difficulty ranges from medium to high. There is libdrw in suckless now, which still uses xft and fontconfig. Fontconfig and xft are ugly and require too much internal knowledge to be -useful. The next logical layer evolved as pango and cairo. Both ofcourse +useful. The next logical layer evolved as pango and cairo. Both of course added HTML formatting and vector drawing. This is not needed to simply 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 @@ -39,7 +39,7 @@ 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 ofcourse knowledge +***Requirements:*** C knowledge, some X11 knowledge and of course knowledge about the font formats and how to handle them. ### Write ld wrapper or replacement for static linking