diff --git a/scripts/show_graph_font.sh b/scripts/show_graph_font.sh index f7eb3e6a..cc5cb4e7 100755 --- a/scripts/show_graph_font.sh +++ b/scripts/show_graph_font.sh @@ -1,4 +1,4 @@ #!/bin/bash -xfd -center -columns 16 -fn -misc-8x16graph-medium-r-normal--17-160-75-75-P-80-iso8859-1 +xfd -center -columns 16 -fn -misc-8x16graph-medium-r-normal--17-160-75-75-*-80-iso8859-1 diff --git a/src/fcharmap.h b/src/fcharmap.h index 664866ae..723a07e8 100644 --- a/src/fcharmap.h +++ b/src/fcharmap.h @@ -32,7 +32,7 @@ static uInt character[][fc::NUM_OF_ENCODINGS] = {0x02e3, '~', 0xfc, '~'}, // ˣ - Modifier letter small x {0x00b0, 'f', 0xb0, 'o'}, // ° - Degree {0x2022, '`', 0x04, '*'}, // • - Bullet - {0x00b7, '`', 0xf9, '.'}, // · - small Bullet + {0x00b7, '`', 0xfa, '.'}, // · - small Bullet {0x25c6, '`', 0x04, '*'}, // ◆ - BlackDiamond {0x2424, 'h', ' ', ' '}, // ␤ - SymbolForNewline {0x240b, 'i', ' ', ' '}, // ␋ - SymbolForVerticalTab diff --git a/src/fonts/8x16graph.bdf b/src/fonts/8x16graph.bdf index 1baf5923..66da69e8 100644 --- a/src/fonts/8x16graph.bdf +++ b/src/fonts/8x16graph.bdf @@ -1,5 +1,5 @@ STARTFONT 2.1 -FONT -misc-8x16graph-medium-r-normal--17-160-75-75-C-80-iso8859-1 +FONT -misc-8x16graph-medium-r-normal--17-160-75-75-p-80-iso8859-1 SIZE 16 75 75 FONTBOUNDINGBOX 8 16 0 -4 STARTPROPERTIES 6 diff --git a/src/fonts/8x16graph.pcf.gz b/src/fonts/8x16graph.pcf.gz index d7c534db..499f1031 100644 Binary files a/src/fonts/8x16graph.pcf.gz and b/src/fonts/8x16graph.pcf.gz differ