Merge remote-tracking branch 'dwarf_font/master'
This commit is contained in:
commit
7cb3341158
2 changed files with 22 additions and 0 deletions
22
dwarf.lua
Normal file
22
dwarf.lua
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
-- This is free and unencumbered software released into the public domain.
|
||||||
|
-- For more information, please refer to <http://unlicense.org/>
|
||||||
|
|
||||||
|
local charset = ("\
|
||||||
|
\x00☺☻♥♦♣♠•◘○◙♂♀♪♫☼\
|
||||||
|
►◄↕‼¶§▬↨↑↓→←∟↔▲▼\
|
||||||
|
!\"#$%&'()*+,-./\
|
||||||
|
0123456789:;<=>?\
|
||||||
|
@ABCDEFGHIJKLMNO\
|
||||||
|
PQRSTUVWXYZ[\\]^_\
|
||||||
|
`abcdefghijklmno\
|
||||||
|
pqrstuvwxyz{|}~⌂\
|
||||||
|
ÇüéâäàåçêëèïîìÄÅ\
|
||||||
|
ÉæÆôöòûùÿÖÜ¢£¥₧ƒ\
|
||||||
|
áíóúñѪº¿⌐¬½¼¡«»\
|
||||||
|
░▒▓│┤╡╢╖╕╣║╗╝╜╛┐\
|
||||||
|
└┴┬├─┼╞╟╚╔╩╦╠═╬╧\
|
||||||
|
╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀\
|
||||||
|
αßΓπΣσµτΦΘΩδ∞φε∩\
|
||||||
|
≡±≥≤⌠⌡÷≈°∙·√ⁿ²■<EFBFBD>"):gsub('\n', '')
|
||||||
|
|
||||||
|
return love.graphics.newImageFont("dwarf.png", charset)
|
BIN
dwarf.png
Normal file
BIN
dwarf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Loading…
Add table
Reference in a new issue