Merge remote-tracking branch 'dwarf_font/master'

This commit is contained in:
Connor Olding 2018-10-11 16:45:30 +02:00
commit 7cb3341158
2 changed files with 22 additions and 0 deletions

22
dwarf.lua Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB