gint/src/render
Lephe c4ec06d6ab
display: fix bound checking in drect_border (#14)
Bounds would be moved before drawing the border, therefore displacing
the border. Since drect() already performs all the necessary checks,
this change doesn't try to save a couple of function calls and drops the
redundant checks.
2021-05-12 09:17:24 +02:00
..
dhline.c gray: finalize the gray engine API 2020-07-13 13:49:07 +02:00
dimage.c gray: finalize the gray engine API 2020-07-13 13:49:07 +02:00
dline.c move private headers to subfolders of src/ 2020-07-13 17:47:21 +02:00
dprint.c render: add alignment options to dtext_opt() and dprint_opt() 2020-06-18 18:31:13 +02:00
drect_border.c display: fix bound checking in drect_border (#14) 2021-05-12 09:17:24 +02:00
dtext.c gray: finalize the gray engine API 2020-07-13 13:49:07 +02:00
dvline.c gray: finalize the gray engine API 2020-07-13 13:49:07 +02:00
render.h topti: support Unicode fonts 2020-07-14 15:28:46 +02:00
topti.c display: add a dfont_default() function to get the default font 2021-02-28 22:28:12 +01:00