Ignore:
Timestamp:
2020-09-11T13:38:00Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
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)
Message:

Save glyph with S key and get a preview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfxfont/include/gfx/font.h

    re2776ff ra57c70c  
    5656extern gfx_glyph_t *gfx_font_first_glyph(gfx_font_t *);
    5757extern gfx_glyph_t *gfx_font_next_glyph(gfx_glyph_t *);
    58 extern int gfx_font_search_glyph(gfx_font_t *, const char *, gfx_glyph_t **,
     58extern errno_t gfx_font_search_glyph(gfx_font_t *, const char *, gfx_glyph_t **,
    5959    size_t *);
    6060
Note: See TracChangeset for help on using the changeset viewer.