altos/draw: Add NotoMono font
[fw/altos] / src / draw / font-convert
index d295c181dc282898458bf95257174763929ed252..c29cf87cef6314cf6ae19fb1784bd5341e219a59 100755 (executable)
@@ -106,7 +106,7 @@ void print_font(file out, font_t font, string font_name) {
        int     height = font.glyphs[0].height;
        int     max_width = width;
        int     max_height = height;
-       int[128] pos = { -1 ... };
+       int[128] pos = { 0 ... };
        int[...] bytes;
        bool fixed_size = true;