Home
last modified time | relevance | path

Searched refs:EMB_FMT_STDFONT (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/fontembed/
Dembed.c100 ret->intype=EMB_FMT_STDFONT; in emb_new()
114 if (ret->intype==EMB_FMT_STDFONT) { in emb_new()
193 } else if (emb->outtype==EMB_FMT_STDFONT) { in emb_embed()
Dembed.h12 EMB_FMT_STDFONT // don't embed (already present) enumerator
Dembed_pdf.c178 } else if (emb->outtype==EMB_FMT_STDFONT) { in emb_pdf_fontdescr()
/third_party/cups-filters/filter/
Dpdfutils.c305 if (emb->outtype==EMB_FMT_STDFONT) { // std-14 font in pdfOut_write_font()