Add some files for manually testing fonts, colors and UTF8

This commit is contained in:
Leroy Hopson 2021-07-21 22:38:50 +07:00
parent 7c3d5f76f3
commit 1d86bd6ec6
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 228 additions and 0 deletions

6
test/files/fonts.sh Executable file
View file

@ -0,0 +1,6 @@
echo -e "Regular"
echo -e "\e[1mBold\e[0m"
echo -e "\e[3mItalic\e[0m"
echo -e "\e[3m\e[1mBold Italic\e[0m"
echo -e "\e[4mUnderline\e[0m"
echo -e "\e[9mStrikethrough\e[0m"