lin
2026-05-22 f1ce6aefad85026c97f4db41a64cb6ff58839225
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);