Changes in uspace/lib/draw/gfx/font-8x16.h [2cc1ec0:6d5e378] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/gfx/font-8x16.h
r2cc1ec0 r6d5e378 37 37 38 38 #include <sys/types.h> 39 #include <stdbool.h>40 39 41 40 #define FONT_GLYPHS 2899 42 41 #define FONT_WIDTH 8 43 42 #define FONT_SCANLINES 16 44 #define FONT_ASCENDER 1245 43 46 extern uint16_t fb_font_glyph(const wchar_t , bool *);44 extern uint16_t fb_font_glyph(const wchar_t); 47 45 extern uint8_t fb_font[FONT_GLYPHS][FONT_SCANLINES]; 48 46
Note:
See TracChangeset
for help on using the changeset viewer.