UNPKG

160 Btext/x-cView Raw
1#pragma once
2
3#include <pango/pango.h>
4
5PangoFontDescription *get_pango_font_description(unsigned char *filepath);
6bool register_font(unsigned char *filepath);