Home
last modified time | relevance | path

Searched refs:EMB_FMT_TTF (Results 1 – 5 of 5) sorted by relevance

/third_party/cups-filters/fontembed/
Dembed.c95 ret->intype=EMB_FMT_TTF; in emb_new()
189 } else if (emb->outtype==EMB_FMT_TTF) { // emb->outtype==EMB_OUTPUT_OTF is stupid (?) in emb_embed()
204 if (emb->outtype==EMB_FMT_TTF) { in emb_embed()
Dembed_pdf.c175 …if ( (emb->intype==EMB_FMT_TTF)||(emb->intype==EMB_FMT_OTF) ) { // TODO? use fontinfo from CFF whe… in emb_pdf_fontdescr()
196 if ( (emb->intype==EMB_FMT_TTF)||(emb->intype==EMB_FMT_OTF) ) { in emb_pdf_fontdescr()
339 if ( (emb->intype==EMB_FMT_TTF)||(emb->intype==EMB_FMT_OTF) ) { in emb_pdf_fontwidths()
545 if (emb->outtype==EMB_FMT_TTF) { // !=CidType0 in emb_pdf_simple_cidfont()
Dtest_pdf.c126 } else if (emb->outtype==EMB_FMT_TTF) { in main()
132 if (emb->outtype==EMB_FMT_TTF) { in main()
Dembed.h9 EMB_FMT_TTF, // sfnt, for TTF(glyf) enumerator
/third_party/cups-filters/filter/
Dpdfutils.c330 if (emb->outtype==EMB_FMT_TTF) { in pdfOut_write_font()
354 if (emb->outtype==EMB_FMT_TTF) { in pdfOut_write_font()