Searched refs:embedding (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/pdflib/bind/pdflib/python/
H A Dchartab.py22 embedding = "embedding" variable
23 # embedding = ""
75 font = PDF_load_font(p, fontname, encoding[page], embedding)
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_font.h119 pdc_bool embedding; /* font embedding */ member in struct:pdc_font_s
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_cid.c124 font->embedding = pdc_false;
H A Dp_font.c253 (font->embedding || font->type == pdc_Type1 ||
276 {"embedding", pdc_booleanlist, 0, 1, 1, 0.0, 0.0, NULL},
377 pdc_get_optvalues(p->pdc, "embedding", results,
378 &font->embedding, NULL);
512 if (font->embedding)
642 /* If embedding was requested, check font file (or raise an exception) */
644 if (font->embedding) {
707 if (retval && font->monospace && font->embedding)
774 strcat(optlist, "embedding true ");
911 if (font->embedding)
[all...]
H A Dp_truetype.c1607 /* check embedding flags */
1608 if ((font->embedding) && ttf->tab_OS_2 &&

Completed in 100 milliseconds