Changeset d53af3c8 in mainline for uspace/lib/gfxfont/private/font.h


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/private/font.h

    r7bef2d8 rd53af3c8  
    4444#include <types/gfx/font.h>
    4545#include <types/gfx/typeface.h>
     46#include <riff/chunk.h>
    4647
    4748/** Font
     
    8586extern errno_t gfx_font_splice_at_glyph(gfx_font_t *, gfx_glyph_t *,
    8687    gfx_rect_t *);
     88extern errno_t gfx_font_save(gfx_font_info_t *, riffw_t *);
    8789
    8890#endif
Note: See TracChangeset for help on using the changeset viewer.