mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
initial grid implementation
This allows us to render *something*, even though it's inefficient, stupid and far far away from the real thing.
This commit is contained in:
parent
acda4d2d31
commit
9ccc8433c3
5 changed files with 228 additions and 7 deletions
5
font.h
Normal file
5
font.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <cairo.h>
|
||||
|
||||
cairo_scaled_font_t *font_from_name(const char *name);
|
||||
Loading…
Add table
Add a link
Reference in a new issue