Changeset a57c70c in mainline for uspace/lib/gfxfont/include/gfx/glyph.h
- Timestamp:
- 2020-09-11T13:38:00Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 414020d9
- Parents:
- e2776ff
- git-author:
- Jiri Svoboda <jiri@…> (2020-09-10 17:37:41)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-09-11 13:38:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/include/gfx/glyph.h
re2776ff ra57c70c 55 55 extern gfx_glyph_pattern_t *gfx_glyph_next_pattern(gfx_glyph_pattern_t *); 56 56 extern const char *gfx_glyph_pattern_str(gfx_glyph_pattern_t *); 57 extern errno_t gfx_glyph_render(gfx_glyph_t *, gfx_coord2_t *); 57 58 58 59 #endif
Note:
See TracChangeset
for help on using the changeset viewer.