Changeset d53af3c8 in mainline for uspace/lib/gfxfont/private
- Timestamp:
- 2020-09-18T23:00:44Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ee3157
- Parents:
- 7bef2d8
- Location:
- uspace/lib/gfxfont/private
- Files:
-
- 1 added
- 2 edited
-
font.h (modified) (2 diffs)
-
glyph.h (modified) (2 diffs)
-
tpf_file.h (added)
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 -
uspace/lib/gfxfont/private/glyph.h
r7bef2d8 rd53af3c8 41 41 #include <gfx/coord.h> 42 42 #include <types/gfx/glyph.h> 43 #include <riff/chunk.h> 43 44 44 45 /** Glyph … … 76 77 extern errno_t gfx_glyph_transfer(gfx_glyph_t *, gfx_coord_t, gfx_bitmap_t *, 77 78 gfx_rect_t *); 79 extern errno_t gfx_glyph_save(gfx_glyph_t *, riffw_t *); 78 80 79 81 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
