diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 03:48:59 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:32 +0700 |
commit | 2e551736a3c9a399c94f65275302090f3dd12976 (patch) | |
tree | 2b5c396f680d7dba5fff3ad9e41e777c97d4ab64 | |
parent | 9962637b972c138e4c4abd26f182a8f24697e22e (diff) | |
download | slackbuilds-2e551736a3c9a399c94f65275302090f3dd12976.tar.gz |
system/univga-font: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/univga-font/README | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/system/univga-font/README b/system/univga-font/README index 8550419cbf..24d1e95626 100644 --- a/system/univga-font/README +++ b/system/univga-font/README @@ -3,15 +3,18 @@ univga-font (unicode terminal font) UNI-VGA is a Unicode VGA font for X11 and console. It is primarily intended to be the single source of fonts for console and for XDosEmu. -One of the aims while creating the font was its internal consistency. For -example, accented glyphs shouldn't differ too much from unaccented ones, -as it was in original IBM's VGA font. It also allowed to render Latin -Extended Additional glyphs with two accents, which was impossible with -IBM's accents' size. +One of the aims while creating the font was its internal consistency. +For example, accented glyphs shouldn't differ too much from unaccented +ones, as it was in original IBM's VGA font. It also allowed to +render Latin Extended Additional glyphs with two accents, which was +impossible with IBM's accents' size. -X11 calls the font "-bolkhov-vga-medium-r-normal--16-160-75-75-c-80-iso10646-1" -and an alias called "univga" is added, so you can say e.g. "xterm -fn univga". +X11 calls the font: + -bolkhov-vga-medium-r-normal--16-160-75-75-c-80-iso10646-1 +...and an alias called "univga" is added, so you can say e.g.: + xterm -fn univga -Also 3 varieties of the font are installed for use with the Linux console: -AsianCyr-vga-8x16, WinCyr-vga-8x16, and UniCyrX-vga-8x16. They can be -used in /etc/rc.d/rc.font, but won't show up in the setconsolefont menu. +Also 3 varieties of the font are installed for use with +the Linux console: AsianCyr-vga-8x16, WinCyr-vga-8x16, and +UniCyrX-vga-8x16. They can be used in /etc/rc.d/rc.font, but won't +show up in the setconsolefont menu. |