Changeset ea459d4 in mainline for uspace/lib/gfxfont/include
- Timestamp:
- 2020-09-24T14:25:21Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 120031a5
- Parents:
- aaf962e6
- git-author:
- Jiri Svoboda <jiri@…> (2020-09-22 17:25:10)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-09-24 14:25:21)
- File:
-
- 1 edited
-
uspace/lib/gfxfont/include/gfx/typeface.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/include/gfx/typeface.h
raaf962e6 rea459d4 48 48 extern gfx_font_info_t *gfx_typeface_first_font(gfx_typeface_t *); 49 49 extern gfx_font_info_t *gfx_typeface_next_font(gfx_font_info_t *); 50 extern errno_t gfx_typeface_open(gfx_context_t *, const char *, 51 gfx_typeface_t **); 50 52 extern errno_t gfx_typeface_save(gfx_typeface_t *, const char *); 51 53
Note:
See TracChangeset
for help on using the changeset viewer.
