Changeset d53af3c8 in mainline for uspace/lib/gfxfont/private/font.h
- Timestamp:
- 2020-09-18T23:00:44Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ee3157
- Parents:
- 7bef2d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/private/font.h
r7bef2d8 rd53af3c8 44 44 #include <types/gfx/font.h> 45 45 #include <types/gfx/typeface.h> 46 #include <riff/chunk.h> 46 47 47 48 /** Font … … 85 86 extern errno_t gfx_font_splice_at_glyph(gfx_font_t *, gfx_glyph_t *, 86 87 gfx_rect_t *); 88 extern errno_t gfx_font_save(gfx_font_info_t *, riffw_t *); 87 89 88 90 #endif
Note:
See TracChangeset
for help on using the changeset viewer.