Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/draw/gfx/font-8x16.h

    r2cc1ec0 r6d5e378  
    3737
    3838#include <sys/types.h>
    39 #include <stdbool.h>
    4039
    4140#define FONT_GLYPHS     2899
    4241#define FONT_WIDTH      8
    4342#define FONT_SCANLINES  16
    44 #define FONT_ASCENDER   12
    4543
    46 extern uint16_t fb_font_glyph(const wchar_t, bool *);
     44extern uint16_t fb_font_glyph(const wchar_t);
    4745extern uint8_t fb_font[FONT_GLYPHS][FONT_SCANLINES];
    4846
Note: See TracChangeset for help on using the changeset viewer.