gint/src/render
Lephe bd40a0a41c
display: add more text size options dnsize() and drsize()
* dnsize() works like dsize() but a limit on the number of bytes is
  specified. This is useful to obtain the length of a substring.
* drsize() has a reverse limit; the input specifies a number of pixels
  and the function determines how much of the input fits. This is useful
  for word wrapping algorithms.
2021-02-22 16:43:02 +01: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 fonts 2020-07-14 15:28:46 +02:00
topti.c display: add more text size options dnsize() and drsize() 2021-02-22 16:43:02 +01:00