diff options
| author | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-11-24 13:24:55 +0100 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@schweikhardt.net> | 2025-11-24 13:24:55 +0100 |
| commit | 379105fd35c40655d3cc90f2136fe480c142cde4 (patch) | |
| tree | e6d4809f7ac7cf79ed0745c6913477151faa5f8e | |
| parent | d9db58084bce0077400c82efca46adfaa64c6eb4 (diff) | |
Provide sample text in the README. Fixes issue#3.
| -rw-r--r-- | GNUmakefile | 1 | ||||
| -rw-r--r-- | Images/20A0-Currency-Symbols-Inverted.png | bin | 9363 -> 9546 bytes | |||
| -rw-r--r-- | Images/20A0-Currency-Symbols.png | bin | 9253 -> 9433 bytes | |||
| -rw-r--r-- | Images/2B00-Miscellaneous-Symbols-and-Arrows-Inverted.png | bin | 79414 -> 79747 bytes | |||
| -rw-r--r-- | Images/2B00-Miscellaneous-Symbols-and-Arrows.png | bin | 77157 -> 77436 bytes | |||
| -rw-r--r-- | Images/sample.png | bin | 0 -> 2373 bytes | |||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | sample.txt | 4 |
8 files changed, 7 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 9c0ab94..807657b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -128,6 +128,7 @@ images: gallant.hex lscp txttopng ./txttopng -f "$<" -t "$$name.txt" -p "Images/$$first-$$name.png"; \ ./txttopng -f "$<" -t "$$name.txt" -p "Images/$$first-$$name-Inverted.png" -i; \ done + ./txttopng -f "$<" -t sample.txt -p Images/sample.png -i # make README.html: turn markdown into HTML. # diff --git a/Images/20A0-Currency-Symbols-Inverted.png b/Images/20A0-Currency-Symbols-Inverted.png Binary files differindex b4a4d54..fd31cd0 100644 --- a/Images/20A0-Currency-Symbols-Inverted.png +++ b/Images/20A0-Currency-Symbols-Inverted.png diff --git a/Images/20A0-Currency-Symbols.png b/Images/20A0-Currency-Symbols.png Binary files differindex d18a5ec..a505a36 100644 --- a/Images/20A0-Currency-Symbols.png +++ b/Images/20A0-Currency-Symbols.png diff --git a/Images/2B00-Miscellaneous-Symbols-and-Arrows-Inverted.png b/Images/2B00-Miscellaneous-Symbols-and-Arrows-Inverted.png Binary files differindex 6e7931a..05e30ad 100644 --- a/Images/2B00-Miscellaneous-Symbols-and-Arrows-Inverted.png +++ b/Images/2B00-Miscellaneous-Symbols-and-Arrows-Inverted.png diff --git a/Images/2B00-Miscellaneous-Symbols-and-Arrows.png b/Images/2B00-Miscellaneous-Symbols-and-Arrows.png Binary files differindex cf85022..79855a8 100644 --- a/Images/2B00-Miscellaneous-Symbols-and-Arrows.png +++ b/Images/2B00-Miscellaneous-Symbols-and-Arrows.png diff --git a/Images/sample.png b/Images/sample.png Binary files differnew file mode 100644 index 0000000..52fb167 --- /dev/null +++ b/Images/sample.png @@ -1,5 +1,7 @@ # Gallant Font + + This is the Gallant font, as used by the [Sun Microsystems](https://en.wikipedia.org/wiki/Sun_Microsystems) [SPARCstation](https://en.wikipedia.org/wiki/SPARCstation) console, diff --git a/sample.txt b/sample.txt new file mode 100644 index 0000000..5c98186 --- /dev/null +++ b/sample.txt @@ -0,0 +1,4 @@ +ABCDEFGHIJKLMNOPQRSTUVWXYZ /0123456789 +abcdefghijklmnopqrstuvwxyz £©µÀÆÖÞßéöÿ +–—‘“”„†•…‰ œŠŸž€ ΑΒΓΔΩαβγδω АБВГДабвгд +∀∂∈ℝ∧∪≡∞ ↑↗↨↻⇣ ┐┼╔╘░► fi�⑀₂ἠḂӥẄɐː⍎אԱა |
