From 866ed8ba8ba760042c8188084c3080f0987e0f9c Mon Sep 17 00:00:00 2001 From: uobikiemukot Date: Mon, 13 Aug 2018 16:51:31 +0900 Subject: [PATCH] doc: remove duplicated section --- README.md | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 860a951..61895d7 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,13 @@ usage: tools/mkfont_bdf ALIAS_FILE BDF1 BDF2 BDF3 ... > glyph.h $ ./mkfont_bdf table/your_alias your/favorite/fonts.bdf > glyph.h ~~~ +Or try glyph_builder.sh (bash script for creating yaft's glyph.h) + +- supported fonts: mplus, efont, milkjf, unifont, dina, terminus, profont, tamsyn + ## build and install -*BSD users should check README.bsd +BSD users should check README.bsd ~~~ $ export LANG=en_US.UTF-8 # yaft uses libc's wcwidth for calculating glyph width @@ -76,26 +80,6 @@ $ make yaftx # make installx ~~~ -## how to use your favorite fonts - -You can use tools/mkfont_bdf to create "glyph.h". - -usage: tools/mkfont_bdf ALIAS_FILE BDF1 BDF2 BDF3 ... > glyph.h - -- ALIAS_FILE: glyph substitution rule file (see table/alias) -- BDF1, BDF2, BDF3...: bdf files - + yaft supports only "monospace" bdf font - + you can specify mulitiple bdf fonts (but these fonts MUST be the same size) - + If there is more than one glyph of the same codepoint, the glyph included in the FIRST bdf file is choosed - -~~~ -$ ./mkfont_bdf table/your_alias your/favorite/fonts.bdf > glyph.h -~~~ - -Or try glyph_builder.sh (bash script for creating yaft's glyph.h) - -- supported fonts: mplus, efont, milkjf, unifont, dina, terminus, profont, tamsyn - ## screenshot ![screenshot1](http://uobikiemukot.github.io/img/yaft-screenshot.png)