gtk/testsuite
Matthias Clasen 8158945de9 gsk: Allow custom fonts in node files
This will let us store complete test fonts inside node files,
as data: urls. You can also use a file: url to refer to a local
file.

The syntax is as follows:

text {
  font: "FONT DESCRIPTION" url("data:font/ttf;base64,FONT DATA");
}

with the url being optional.
2024-01-15 18:58:17 -05:00
..
a11y Adjust tests 2023-10-26 09:44:59 +02:00
css testsuite: Set GIO_USE_VFS=local everywhere 2023-06-09 02:29:24 +02:00
gdk testsuite: Don't #include <gsk/gl/gskglrenderer.h> 2024-01-07 14:47:22 +01:00
gsk gsk: Allow custom fonts in node files 2024-01-15 18:58:17 -05:00
gtk testsuite: Replace g_random_*() with g_test_rand_*() 2024-01-03 16:05:25 +01:00
headless testsuite: Set GIO_USE_VFS=local everywhere 2023-06-09 02:29:24 +02:00
introspection tests: Maybe skip introspection tests 2022-12-19 22:38:38 -05:00
reftests reftests: Add a testcase for GtkGLArea::allowed-apis 2024-01-05 07:30:38 +01:00
tools switch: Follow "show-status-shapes" setting 2024-01-11 01:33:16 +01:00
meson.build ci: Reshuffle test setups 2023-11-19 08:24:38 -05:00
testutils.c testsuite: fix memleak 2023-06-05 05:33:07 +02:00
testutils.h testsuite: Make function arguments const 2021-11-30 14:12:10 +01:00