lite-xl/src/api
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.c Initial commit 2019-12-28 11:17:56 +00:00
api.h Add meson build configuration 2020-05-25 12:22:23 +02:00
renderer.c Introduce subpixel text positioning within rencache 2021-03-06 18:12:02 +01:00
renderer_font.c Mostly fix problem of offset with cursor positioning when using mouse 2021-03-06 16:18:24 +01:00
system.c Implement fatal error message box 2021-03-05 10:33:50 +01:00