Changeset 9eb8d12 in mainline for uspace/lib/gfxfont/include


Ignore:
Timestamp:
2021-07-19T22:35:19Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c9722c1
Parents:
ead72f2
Message:

Entry text selection (using keyboard)

Text can be selected with movement keys while holding down Shift.
Selection can be deleted by pressing Backspace, Delete or typing
in replacement text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfxfont/include/gfx/text.h

    read72f2 r9eb8d12  
    5050extern size_t gfx_text_find_pos(gfx_font_t *, gfx_coord2_t *, gfx_text_fmt_t *,
    5151    const char *, gfx_coord2_t *);
     52extern void gfx_text_cont(gfx_font_t *, gfx_coord2_t *, gfx_text_fmt_t *,
     53    const char *, gfx_coord2_t *, gfx_text_fmt_t *);
     54extern void gfx_text_rect(gfx_font_t *, gfx_coord2_t *, gfx_text_fmt_t *,
     55    const char *, gfx_rect_t *);
    5256
    5357#endif
Note: See TracChangeset for help on using the changeset viewer.