sdgui: implement text selection #2

Closed
opened 2021-10-15 12:21:01 +02:00 by p · 0 comments
Owner

gdk_pango_layout_get_clip_region() can be used to retrieve clip regions for text selection. Other functions exist to retrieve what position corresponds to display coordinates. pango_cairo_layout_path() can be used to override the foreground colour (Pango markup may specify colours of its own, even if it's not currently supported; besides, I believe pango_cairo_show_layout() will employ some optimisations).

`gdk_pango_layout_get_clip_region()` can be used to retrieve clip regions for text selection. Other functions exist to retrieve what position corresponds to display coordinates. `pango_cairo_layout_path()` can be used to override the foreground colour (Pango markup may specify colours of its own, even if it's not currently supported; besides, I believe `pango_cairo_show_layout()` will employ some optimisations).
p self-assigned this 2021-10-15 12:21:01 +02:00
p added the
WIP
label 2022-08-04 01:27:48 +02:00
p closed this issue 2022-08-04 05:24:06 +02:00
Sign in to join this conversation.
No Label
WIP
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: p/tdv#2
No description provided.