Generate labels with pangocairo #8

Merged
moritz merged 30 commits from generate-text-part-one into master 2025-10-12 20:07:19 +00:00
4 changed files with 1 additions and 15 deletions
Showing only changes of commit 1163ae5745 - Show all commits

View File

@@ -85,6 +85,5 @@
},
"clang-tidy.buildPath": "builddir/",
"clangd.onConfigChanged": "restart",
"C_Cpp.default.compileCommands": "/home/moritz/src/ptouch-prnt/builddir/compile_commands.json",
"C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild"
"C_Cpp.default.compileCommands": "./builddir/compile_commands.json"
}

View File

@@ -1,6 +0,0 @@
{
"text" : "Hello, world :)!",
"font" : "Liberation Sans",
"single-paragraph" : true,
"height" : 0
}

View File

@@ -1,7 +0,0 @@
{
"text" : " Hello",
"font" : "FreeSans 32",
"single-paragraph" : true,
"alignment" : "center",
"height" : 0
}