foot/font.h
Daniel Eklöf 9ccc8433c3
initial grid implementation
This allows us to render *something*, even though it's inefficient,
stupid and far far away from the real thing.
2019-06-13 16:24:35 +02:00

5 lines
89 B
C

#pragma once
#include <cairo.h>
cairo_scaled_font_t *font_from_name(const char *name);