gtk/demos/node-editor
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
..
data demos: icons for Print and Node Editors 2020-07-13 07:30:46 -04:00
gtkrendererpaintable.c node-editor: Plug a memory leak 2023-04-27 13:42:03 +02:00
gtkrendererpaintableprivate.h node-editor: Convert headers to #pragma once 2023-12-20 09:51:19 -05:00
help-window.ui nodeeditor: Make the help window wide enough 2021-04-11 12:50:34 -04:00
main.c
meson.build Fix compile_resources present source directory 2023-03-07 21:59:50 +00:00
node-editor-application.c node-editor: Add commandline options 2024-01-12 20:50:34 -05:00
node-editor-application.h node-editor: Convert headers to #pragma once 2023-12-20 09:51:19 -05:00
node-editor-window.c node-editor: Redo crash recovery UX 2024-01-14 14:40:51 -05:00
node-editor-window.h node-editor: Add autosave 2024-01-12 20:50:34 -05:00
node-editor-window.ui node-editor: Redo crash recovery UX 2024-01-14 14:40:51 -05:00
node-editor.gresource.xml node-editor: Use the non-devel icon 2021-02-10 07:44:59 -05:00
node-format.md gsk: Allow custom fonts in node files 2024-01-15 18:58:17 -05:00
org.gtk.gtk4.NodeEditor.appdata.xml.in node-editor: Add things 2022-05-07 07:18:36 -04:00
org.gtk.gtk4.NodeEditor.desktop node-editor: Add things 2022-05-07 07:18:36 -04:00