finalcut/fonts
Markus Gans a821030333 Replaces some C-style arrays with std::array 2020-10-04 00:59:21 +02:00
..
8x16graph.bdf Improved display of the NewFont midline 2019-11-06 02:40:47 +01:00
8x16graph.pcf.gz Small NewFont midline fixes 2019-11-06 20:09:45 +01:00
9x16graph_patch.bdf Small NewFont midline fixes 2019-11-06 20:09:45 +01:00
40-finalcut-newfont.conf Updated Debian and rpm package files 2020-02-23 20:57:51 +01:00
Makefile.am New data wrapper class FData and minor text changes 2020-07-08 21:32:47 +02:00
README.md Replacing null-terminated wide strings with FString objects 2019-10-01 23:14:00 +02:00
bdf2code.sh FDataPtr was replaced by the template class FData 2020-09-18 17:13:52 +02:00
bdf2pcf.sh Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
bdfmerge.sh Minor bug fixes 2020-04-02 09:59:34 +02: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 Small NewFont midline fixes 2019-11-06 20:09:45 +01:00
map-vga Unicode support for 8x16graph font 2019-10-29 01:42:10 +01:00
newfont.h Newfont specialization for 8x16 and 9x16 pixel character 2019-11-03 23:34:47 +01:00
newfont.txt Replacing null-terminated wide strings with FString objects 2019-10-01 23:14:00 +02:00
newfont_8x16.h FDataPtr was replaced by the template class FData 2020-09-18 17:13:52 +02:00
newfont_9x16.h FDataPtr was replaced by the template class FData 2020-09-18 17:13:52 +02:00
unicodemap.h Replaces some C-style arrays with std::array 2020-10-04 00:59:21 +02:00
vgafont.h FDataPtr was replaced by the template class FData 2020-09-18 17:13:52 +02: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