foot/font.h
2019-07-28 12:09:22 +02:00

6 lines
118 B
C

#pragma once
#include <stdbool.h>
#include "terminal.h"
bool font_from_name(const char *name, struct font *result);