Changeset 9eb8d12 in mainline for uspace/lib/gfxfont/include
- Timestamp:
- 2021-07-19T22:35:19Z (5 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9722c1
- Parents:
- ead72f2
- File:
-
- 1 edited
-
uspace/lib/gfxfont/include/gfx/text.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gfxfont/include/gfx/text.h
read72f2 r9eb8d12 50 50 extern size_t gfx_text_find_pos(gfx_font_t *, gfx_coord2_t *, gfx_text_fmt_t *, 51 51 const char *, gfx_coord2_t *); 52 extern void gfx_text_cont(gfx_font_t *, gfx_coord2_t *, gfx_text_fmt_t *, 53 const char *, gfx_coord2_t *, gfx_text_fmt_t *); 54 extern void gfx_text_rect(gfx_font_t *, gfx_coord2_t *, gfx_text_fmt_t *, 55 const char *, gfx_rect_t *); 52 56 53 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
