lin
2026-04-17 690562a397f84a21f6e18e7f8df9dccef09fd19a
1
2
3
4
5
6
7
#pragma once
 
#include <pango/pango.h>
 
PangoFontDescription *get_pango_font_description(unsigned char *filepath);
bool register_font(unsigned char *filepath);
bool deregister_font(unsigned char *filepath);