feat: Add vendored ctx library
From upstream commit 35100785e2c4 ("ctx: rasterizer, micro optimizations in rasterizer_fill_rect"). The integration is mostly a copy of pippin's original integration with the biggest change being the use of a monospace default font. This font is autogenerated from lib/ctx/fira-mono.ttf at build-time so it can be easily replaced with a different one (just overwrite said file). git-url: https://ctx.graphics/.git Co-developed-by:Øyvind Kolås <pippin@gimp.org>
lib/ctx/ctx-fontgen.c
0 → 100644
lib/ctx/ctx-nofont.h
0 → 100644
This diff is collapsed.
lib/ctx/ctx.c
0 → 100644
lib/ctx/ctx.h
0 → 100644
This diff is collapsed.
lib/ctx/fira-mono.ttf
0 → 100644
File added
lib/ctx/license-ctx.txt
0 → 100644
lib/ctx/meson.build
0 → 100644
lib/ctx/stb_truetype.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment