Changes in uspace/lib/draw/font/embedded.c [2bb6d04:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/font/embedded.c
r2bb6d04 ra35b458 39 39 #include <stdlib.h> 40 40 41 #include <draw/gfx.h> 42 #include <draw/font.h> 43 #include <draw/drawctx.h> 41 #include "../gfx/font-8x16.h" 42 #include "embedded.h" 43 #include "../drawctx.h" 44 #include "bitmap_backend.h" 44 45 45 46 static errno_t fde_resolve_glyph(void *unused, const wchar_t chr,
Note:
See TracChangeset
for help on using the changeset viewer.