diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2013-10-29 09:31:03 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2013-10-29 09:31:03 +0100 |
commit | 761434ecac7d9a4f1a95e3f3b4eee6e539947d32 (patch) | |
tree | 37d61efac50e2f77e3dad2e9a5962970f02c0d17 /docs | |
parent | 96b28e953de4363736e3dfccbedbf93e9fe70b6c (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 'docs')
-rw-r--r-- | docs/man/kmscon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/kmscon.xml b/docs/man/kmscon.xml index 8f058ff..9686bd8 100644 --- a/docs/man/kmscon.xml +++ b/docs/man/kmscon.xml @@ -476,7 +476,7 @@ <varlistentry> <term><option>--font-engine {engine}</option></term> <listitem> - <para>Select font-engine. Available engines are 'pango', 'freetype2', + <para>Select font-engine. Available engines are 'pango', 'unifont' and '8x16'. (default: pango)</para> </listitem> </varlistentry> |