gint/src/render
Lephe e3042755d2
topti: support Unicode in the data structures (WIP)
This change modifies the font_t type to replace the concept of charset
with a more generic list of non-overlapping Unicode blocks defined by a
starting code point and a size.

It also takes advantage of the assembly feature of fxconv, introduced
for libimg long after the first version of topti, to support pointers in
the converted structure rather than having to tediously compute offsets
within a variable-size structure.
2020-07-14 12:11:12 +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 render: add a drect_border() function 2020-06-18 17:50:27 +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 in the data structures (WIP) 2020-07-14 12:11:12 +02:00
topti.c topti: support Unicode in the data structures (WIP) 2020-07-14 12:11:12 +02:00