diff options
author | Aki <please@ignore.pl> | 2022-02-06 19:14:54 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-02-06 19:16:34 +0100 |
commit | d289918bfdf7635ec3bb2c94d8255da2b2572aea (patch) | |
tree | 6e9143cbfd63fd0e6a674d37a51a58ea85882929 /data/shatter/Fonts/Limerick12.def | |
parent | ba64478a1aa1740da47ff0016dff6cc633900b73 (diff) | |
download | starshatter-d289918bfdf7635ec3bb2c94d8255da2b2572aea.zip starshatter-d289918bfdf7635ec3bb2c94d8255da2b2572aea.tar.gz starshatter-d289918bfdf7635ec3bb2c94d8255da2b2572aea.tar.bz2 |
Added datafiles to the repository
This includes only text files from the most common distribution of content.dat
and shatter.dat.
Diffstat (limited to 'data/shatter/Fonts/Limerick12.def')
-rw-r--r-- | data/shatter/Fonts/Limerick12.def | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/shatter/Fonts/Limerick12.def b/data/shatter/Fonts/Limerick12.def new file mode 100644 index 0000000..0668cf4 --- /dev/null +++ b/data/shatter/Fonts/Limerick12.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 } |