Changeset 8fa65af0 in mainline for uspace/lib/gfxfont
- Timestamp:
- 2020-10-06T08:59:57Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74f59b7
- Parents:
- 25f2983b
- git-author:
- Jiri Svoboda <jiri@…> (2020-10-05 18:59:36)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-10-06 08:59:57)
- Location:
- uspace/lib/gfxfont
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/include/gfx/font.h
r25f2983b r8fa65af0 42 42 #include <types/gfx/font.h> 43 43 #include <types/gfx/glyph.h> 44 #include <types/gfx/text.h> 44 45 #include <types/gfx/typeface.h> 45 46 -
uspace/lib/gfxfont/meson.build
r25f2983b r8fa65af0 32 32 'src/glyph.c', 33 33 'src/glyph_bmp.c', 34 'src/text.c', 34 35 'src/typeface.c', 35 36 ) … … 40 41 'test/glyph_bmp.c', 41 42 'test/main.c', 43 'test/text.c', 42 44 'test/tpf.c', 43 45 'test/typeface.c', -
uspace/lib/gfxfont/test/main.c
r25f2983b r8fa65af0 34 34 PCUT_IMPORT(glyph); 35 35 PCUT_IMPORT(glyph_bmp); 36 PCUT_IMPORT(text); 36 37 PCUT_IMPORT(tpf); 37 38 PCUT_IMPORT(typeface);
Note:
See TracChangeset
for help on using the changeset viewer.