mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 12:14:24 +02:00
Add some files for manually testing fonts, colors and UTF8
This commit is contained in:
parent
7c3d5f76f3
commit
1d86bd6ec6
3 changed files with 228 additions and 0 deletions
6
test/files/fonts.sh
Executable file
6
test/files/fonts.sh
Executable 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"
|
Loading…
Add table
Add a link
Reference in a new issue