Changeset d884672 in mainline for uspace/lib/gfxfont/include
- Timestamp:
- 2020-09-30T20:26:24Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9748a4
- Parents:
- 38a4b6d
- File:
-
- 1 edited
-
uspace/lib/gfxfont/include/gfx/font.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/include/gfx/font.h
r38a4b6d rd884672 56 56 extern gfx_glyph_t *gfx_font_first_glyph(gfx_font_t *); 57 57 extern gfx_glyph_t *gfx_font_next_glyph(gfx_glyph_t *); 58 extern gfx_glyph_t *gfx_font_last_glyph(gfx_font_t *); 59 extern gfx_glyph_t *gfx_font_prev_glyph(gfx_glyph_t *); 58 60 extern errno_t gfx_font_search_glyph(gfx_font_t *, const char *, gfx_glyph_t **, 59 61 size_t *);
Note:
See TracChangeset
for help on using the changeset viewer.
