register_font.h 207 B

1234567
  1. #pragma once
  2. #include <pango/pango.h>
  3. PangoFontDescription *get_pango_font_description(unsigned char *filepath);
  4. bool register_font(unsigned char *filepath);
  5. bool deregister_font(unsigned char *filepath);