mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
This allows us to render *something*, even though it's inefficient, stupid and far far away from the real thing.
5 lines
89 B
C
5 lines
89 B
C
#pragma once
|
|
|
|
#include <cairo.h>
|
|
|
|
cairo_scaled_font_t *font_from_name(const char *name);
|