From d289918bfdf7635ec3bb2c94d8255da2b2572aea Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 6 Feb 2022 19:14:54 +0100 Subject: Added datafiles to the repository This includes only text files from the most common distribution of content.dat and shatter.dat. --- data/shatter/Fonts/GUIfont.def | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 data/shatter/Fonts/GUIfont.def (limited to 'data/shatter/Fonts/GUIfont.def') diff --git a/data/shatter/Fonts/GUIfont.def b/data/shatter/Fonts/GUIfont.def new file mode 100644 index 0000000..0668cf4 --- /dev/null +++ b/data/shatter/Fonts/GUIfont.def @@ -0,0 +1,26 @@ +FONT + +height: 12 +baseline: 10 +spacewidth: 4 +flags: ALL_CAPS + +kern: { a: "R", b: "T", k: -1 } +kern: { a: "R", b: "t", k: -1 } +kern: { a: "r", b: "t", k: -1 } +kern: { a: "r", b: "T", k: -1 } + +kern: { a: "P", b: "A", k: -1 } +kern: { a: "P", b: "a", k: -1 } +kern: { a: "p", b: "a", k: -1 } +kern: { a: "p", b: "A", k: -1 } + +kern: { a: "L", b: "O", k: -2 } +kern: { a: "L", b: "o", k: -2 } +kern: { a: "l", b: "o", k: -2 } +kern: { a: "l", b: "O", k: -2 } + +kern: { a: "L", b: "T", k: -2 } +kern: { a: "L", b: "t", k: -2 } +kern: { a: "l", b: "t", k: -2 } +kern: { a: "l", b: "T", k: -2 } -- cgit v1.1