Changeset 2bb6d04 in mainline for uspace/lib/draw/font
- Timestamp:
- 2019-06-25T14:58:16Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aeba767
- Parents:
- cd9531d3
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-13 12:14:16)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-25 14:58:16)
- Location:
- uspace/lib/draw/font
- Files:
-
- 3 deleted
- 3 edited
-
bitmap_backend.c (modified) (1 diff)
-
bitmap_backend.h (deleted)
-
embedded.c (modified) (1 diff)
-
embedded.h (deleted)
-
pcf.c (modified) (1 diff)
-
pcf.h (deleted)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/font/bitmap_backend.c
rcd9531d3 r2bb6d04 38 38 #include <stdlib.h> 39 39 40 #include "../font.h" 41 #include "../drawctx.h" 42 #include "bitmap_backend.h" 40 #include <draw/font.h> 41 #include <draw/drawctx.h> 43 42 44 43 typedef struct { -
uspace/lib/draw/font/embedded.c
rcd9531d3 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, -
uspace/lib/draw/font/pcf.c
rcd9531d3 r2bb6d04 44 44 #include <str.h> 45 45 46 #include "pcf.h" 47 #include "../drawctx.h" 48 #include "bitmap_backend.h" 46 #include <draw/font.h> 47 #include <draw/drawctx.h> 49 48 50 49 #define PCF_TABLE_ACCELERATORS 0x02
Note:
See TracChangeset
for help on using the changeset viewer.
