diff options
Diffstat (limited to 'src/lua/resources/font.ttf.h')
-rw-r--r-- | src/lua/resources/font.ttf.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/lua/resources/font.ttf.h b/src/lua/resources/font.ttf.h index 419adc5..d2c6bf1 100644 --- a/src/lua/resources/font.ttf.h +++ b/src/lua/resources/font.ttf.h @@ -1,5 +1,6 @@ -static const char default_font_bitmap[] = -{ 137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,3,106,0,0,0,13,8,6,0,0,0, +static const char +default_font_bitmap[] = { +137,80,78,71,13,10,26,10,0,0,0,13,73,72,68,82,0,0,3,106,0,0,0,13,8,6,0,0,0, 216,50,157,116,0,0,0,4,103,65,77,65,0,0,177,143,11,252,97,5,0,0,0,9,112,72,89, 115,0,0,14,194,0,0,14,194,1,21,40,74,128,0,0,0,25,116,69,88,116,83,111,102, 116,119,97,114,101,0,112,97,105,110,116,46,110,101,116,32,52,46,48,46,50,49, @@ -322,9 +323,11 @@ static const char default_font_bitmap[] = 83,181,165,129,61,165,34,198,166,11,125,27,121,156,150,195,96,159,235,175,173, 240,221,188,94,243,174,123,186,222,113,245,132,198,156,239,58,47,16,111,48,78, 129,254,4,62,41,102,5,254,227,227,255,0,188,211,66,64,172,137,134,157,0,0,0,0, -73, 69, 78, 68, 174, 66, 96, 130 }; +73, 69, 78, 68, 174, 66, 96, 130 +}; -static const char* default_charset = R"( abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789,.!?;:-_/|\!'"+=*()[]{}&%$#@)"; +static const char* +default_charset = R"( abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789,.!?;:-_/|\!'"+=*()[]{}&%$#@)"; #include "libjin/jin.h" |