lite-xl/src
Francesco Abbate 3426bc5d73 Introduce subpixel text positioning within rencache
In order to fix the issue with cursor positioning a subpixel-aware draw
text operation within rencache was required.

With this modification the cursor positioning problem is completely
resolved.

A new function renderer.draw_text_subpixel is introduced to perform
consecutive, inline, text drawings with subpixel accuracy.
2021-03-06 18:12:02 +01:00
..
api Introduce subpixel text positioning within rencache 2021-03-06 18:12:02 +01:00
main.c Fix problem with fatal error message 2021-03-05 23:46:41 +01:00
meson.build First implementation of unix-like data directory 2020-12-02 00:23:15 +01:00
rencache.c Introduce subpixel text positioning within rencache 2021-03-06 18:12:02 +01:00
rencache.h Introduce subpixel text positioning within rencache 2021-03-06 18:12:02 +01:00
renderer.c Introduce subpixel text positioning within rencache 2021-03-06 18:12:02 +01:00
renderer.h Introduce subpixel text positioning within rencache 2021-03-06 18:12:02 +01:00