mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-01 01:40:13 -05:00
6 lines
89 B
C
6 lines
89 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <cairo.h>
|
||
|
|
|
||
|
|
cairo_scaled_font_t *font_from_name(const char *name);
|