Home
last modified time | relevance | path

Searched refs:otf_load (Results 1 – 7 of 7) sorted by relevance

/dports/print/cups-filters/cups-filters-1.28.10/fontembed/
H A Dsfnt.h41 OTF_FILE *otf_load(const char *file);
H A Dtest_ps.c52 otf=otf_load(fn); in main()
H A Dtest_pdf.c79 otf=otf_load(fn); in main()
H A Dtest_analyze.c190 otf=otf_load(fn); in main()
H A Dsfnt.c280 OTF_FILE *otf_load(const char *file) // {{{ in otf_load() function
/dports/print/cups-filters/cups-filters-1.28.10/filter/
H A Dtest_pdf2.c50 otf=otf_load(fn); in main()
H A Dtexttopdf.c97 otf = otf_load((const char *)fontname); in font_load()