lite-xl/lib/font_renderer
Francesco Abbate 9ff6a0325e Mostly fix problem of offset with cursor positioning when using mouse
In order to get right the cursor position on text on mouse clicks it is
needed to take into account text's subpixel positioning.

This fix mostly corrects the problem but cursor positioning is still
somewhat inaccurate for long lines due to repeated commands to draw a text
along a line. Repeated draw text calls make the subpixel information
lost and small errors will add-up.
2021-03-06 16:18:24 +01:00
..
agg_font_freetype.cpp Fixed integer signed comparison warning 2020-06-06 19:03:41 +02:00
agg_font_freetype.h Move font renderer in a separate folder as a library 2020-06-04 18:52:01 +02:00
agg_lcd_distribution_lut.h Fix again the problem with C++ abs function 2020-06-29 18:20:36 +02:00
agg_pixfmt_alpha8.h Remove spurious typename keyword in C++ code 2020-06-29 17:02:45 +02:00
build.sh Add execution flags to build script 2020-06-18 19:28:06 +02:00
font_renderer.cpp Fix error with glyphs subpixel layout 2021-03-05 22:43:15 +01:00
font_renderer.h Mostly fix problem of offset with cursor positioning when using mouse 2021-03-06 16:18:24 +01:00
font_renderer_alpha.h Fix font rendering artifacts bug 2021-02-23 17:14:08 +01:00
meson.build Add libagg as a subproject 2020-06-30 17:02:50 +02:00
notes-lite-font-rendering.md Cleanup font's note markdown file 2021-02-23 17:14:22 +01:00