Changeset f13f1495 in mainline for uspace/lib/gfxfont/private/font.h
- Timestamp:
- 2020-09-29T14:58:57Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- efe0881
- Parents:
- a81d480
- git-author:
- Jiri Svoboda <jiri@…> (2020-09-28 19:58:39)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-09-29 14:58:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/private/font.h
ra81d480 rf13f1495 40 40 #include <adt/list.h> 41 41 #include <errno.h> 42 #include <stdint.h> 42 43 #include <types/gfx/bitmap.h> 43 44 #include <types/gfx/context.h> … … 91 92 gfx_rect_t *); 92 93 extern errno_t gfx_font_info_load(gfx_typeface_t *, riff_rchunk_t *); 94 extern errno_t gfx_font_bitmap_pack(gfx_coord_t, gfx_coord_t, uint32_t *, 95 void **, size_t *); 96 extern errno_t gfx_font_bitmap_unpack(gfx_coord_t, gfx_coord_t, void *, size_t, 97 uint32_t *); 93 98 extern errno_t gfx_font_load(gfx_font_info_t *); 94 99 extern errno_t gfx_font_save(gfx_font_info_t *, riffw_t *);
Note:
See TracChangeset
for help on using the changeset viewer.