finalcut/fonts
Markus Gans 1671a5ff3e Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
..
8x16graph.bdf Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
8x16graph.pcf.gz Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
Makefile.am Version 0.6.0 2019-10-17 01:13:18 +02:00
README.md Replacing null-terminated wide strings with FString objects 2019-10-01 23:14:00 +02:00
bdf2code.sh Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
bdf2pcf.sh Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
fonts.alias Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
fonts.dir Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
map-newfont Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
map-vga Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
newfont.h Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
newfont.txt Replacing null-terminated wide strings with FString objects 2019-10-01 23:14:00 +02:00
unicodemap.h Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
vgafont.h Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00

README.md

The FINAL CUT newfont

A graphical text font for X11 and the Linux console

How can I use the new graphical font under the Linux text console?

Simply start your program with the parameter --newfont.

How can I use the new graphical font under X11?

The use of the new graphical font under X11 is only possible with the terminal emulators xterm or urxvt, because only these terminal emulators can change the font by using an escape sequence. For an xterm, the "Allow Font Ops" option must be set.

Install the gzip compressed X11 pcf bitmap font 8x16graph.pcf.gz on your xserver:

  1. Create as user root the font directory
    mkdir /usr/share/fonts/X11/misc/finalcut/

  2. Copy the files 8x16graph.pcf.gz, fonts.dir and fonts.alias into the just created directory
    cp 8x16graph.pcf.gz fonts.dir fonts.alias /usr/share/fonts/X11/misc/finalcut/

  3. Add the new dir to X font path
    xset fp+ /usr/share/fonts/X11/misc/finalcut/
    (You can insert this command into the ~/.xinitrc to make the font path permanently usable)

  4. Check if the font is available to the xserver
    xlsfonts | grep 8x16graph

  5. Start your program with the parameter --newfont
    ui --newfont