lite-xl/lib/font_renderer
Francesco Abbate f5ede27e91 No longer use gamma correction
Text looks more correct without the gamma correction. With gamma correction
text looks too bold in dark mode and too light in light mode. This
behavior is a sign that gamma correction is not the right thing to do.

The problem is seen with gamma at 1.5 used previously but is even worst
if a gamma value of 2.2, the theoretical value, is used.
2020-06-16 14:43:03 +02: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 Move font renderer in a separate folder as a library 2020-06-04 18:52:01 +02:00
agg_pixfmt_alpha8.h Move font renderer in a separate folder as a library 2020-06-04 18:52:01 +02:00
font_renderer.cpp No longer use gamma correction 2020-06-16 14:43:03 +02:00
font_renderer.h No longer use gamma correction 2020-06-16 14:43:03 +02:00
font_renderer_alpha.h Add option to disable X axis font's pre-scaling 2020-06-12 16:06:39 +02:00
meson.build Move font renderer in a separate folder as a library 2020-06-04 18:52:01 +02:00
notes-lite-font-rendering.md Move notes.md inside lib/font_renderer 2020-06-07 16:00:06 +02:00