lite-xl/src/api
Francesco Abbate 3b040aabc7 Implement unicode character replacements
Useful to draw whitespaces with alternate characters and colors
without slowing down the text rendering.

A new API is implemented. A renderer.replacements object can be created
to list the replacements.

In turns the function renderer.draw_text and draw_text_subpixel now accept
two optional arguments for replacements.
2021-04-01 18:05:59 +02:00
..
api.c Initial commit 2019-12-28 11:17:56 +00:00
api.h Implement unicode character replacements 2021-04-01 18:05:59 +02:00
cp_replace.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
renderer.c Implement unicode character replacements 2021-04-01 18:05:59 +02:00
renderer_font.c Fix problem with tab size and subpixel positioning 2021-03-18 13:54:33 +01:00
system.c Merge remote-tracking branch 'basinbaby/set-window-opacity' 2021-03-23 07:15:18 +01:00