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