summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-10-29 09:31:03 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-10-29 09:31:03 +0100
commit761434ecac7d9a4f1a95e3f3b4eee6e539947d32 (patch)
tree37d61efac50e2f77e3dad2e9a5962970f02c0d17 /README
parent96b28e953de4363736e3dfccbedbf93e9fe70b6c (diff)
Remove freetype2 font backend
The freetype2 font backend lacks support for proper combining marks and I do not intend to ever implement that. Use pango! If you don't want heavy dependencies, you can use the unifont or 8x16 backends. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index a3cdb09..7e68498 100644
--- a/README
+++ b/README
@@ -74,7 +74,6 @@ Released tarballs can be found at:
Default is: fbdev,drm2d,drm3d
--with-fonts: Font renderers. Available backends are:
- unifont: Static built-in non-scalable font (Unicode Unifont)
- - freetype2: Freetype2+fontconfig based scalable font renderer
- pango: Pango based scalable font renderer
Default is: unifont,pango
The 8x16 backend is always built-in.