mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-11 04:27:49 -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);
|