Changeset d53af3c8 in mainline for uspace/lib/gfxfont/private/glyph.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/glyph.h

    r7bef2d8 rd53af3c8  
    4141#include <gfx/coord.h>
    4242#include <types/gfx/glyph.h>
     43#include <riff/chunk.h>
    4344
    4445/** Glyph
     
    7677extern errno_t gfx_glyph_transfer(gfx_glyph_t *, gfx_coord_t, gfx_bitmap_t *,
    7778    gfx_rect_t *);
     79extern errno_t gfx_glyph_save(gfx_glyph_t *, riffw_t *);
    7880
    7981#endif
Note: See TracChangeset for help on using the changeset viewer.