Ignore:
Timestamp:
2020-09-18T23:00:44Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ee3157
Parents:
7bef2d8
Message:

Save typeface to (RIFF) TPF file using newly introduced libriff

Originally I planned introducing libriff for better RIFF WAVE support.
It could be used for this purpose in the future (as well as for WebP
and other RIFF-based formats).

File:
1 edited

Legend:

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

    r7bef2d8 rd53af3c8  
    4848extern gfx_font_info_t *gfx_typeface_first_font(gfx_typeface_t *);
    4949extern gfx_font_info_t *gfx_typeface_next_font(gfx_font_info_t *);
     50extern errno_t gfx_typeface_save(gfx_typeface_t *, const char *);
    5051
    5152#endif
Note: See TracChangeset for help on using the changeset viewer.