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