summaryrefslogtreecommitdiff
path: root/tests/ref/utility
AgeCommit message (Collapse)Author
2022-11-03Tidy up libraryLaurenz
2022-09-25Methods to modify colorsMartin Haug
2022-09-25JSON readingLaurenz
2022-07-27CSV readingLaurenz
2022-05-27Luma colorLaurenz
2022-05-16Safe `eval` functionLaurenz
2022-04-25Add blind text functionMartin Haug
2022-04-03Font fallbackLaurenz
2022-03-18MethodsLaurenz
2022-03-11More restructuringLaurenz
2022-02-18Headers and footersLaurenz
2022-02-08New color stuffMartin Haug
- CMYK function - More default colors - Interpret RGB values as sRGB
2022-02-03Add roman numeral and footnote formattingMartin Haug
2022-01-24Export into rendered imagesLaurenz
2021-09-30New default fontsLaurenz
2021-08-31More utility functionsLaurenz
- join("a", "b", "c", sep: ", ") - int("12") - float("31.4e-1") - str(10) - sorted((3, 2, 1))