gists/dwarf_font/dwarf.lua

22 lines
779 B
Lua
Raw Normal View History

2018-04-20 19:15:40 -07:00
-- This is free and unencumbered software released into the public domain.
-- For more information, please refer to <http://unlicense.org/>
2017-10-01 02:57:09 -07:00
local charset = ("\
\x00\
§\
!\"#$%&'()*+,-./\
0123456789:;<=>?\
@ABCDEFGHIJKLMNO\
PQRSTUVWXYZ[\\]^_\
`abcdefghijklmno\
pqrstuvwxyz{|}~\
ÇüéâäàåçêëèïîìÄÅ\
ÉæÆôöòûùÿÖÜ¢£¥ƒ\
áíóúñѪº¿¬½¼¡«»\
\
\
\
αßΓπΣσµτΦΘΩδφε\
±÷°·²<EFBFBD>"):gsub('\n', '')
return love.graphics.newImageFont("dwarf.png", charset)