Searched refs:EMB_A_MULTIBYTE (Results 1 – 8 of 8) sorted by relevance
26 typedef enum { EMB_A_MULTIBYTE=0x01, // embedd as multibyte font? enumerator71 if (emb->plan&EMB_A_MULTIBYTE) { in emb_set()
54 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()154 if (emb->plan&EMB_A_MULTIBYTE) { in main()
35 return (emb->plan&EMB_A_MULTIBYTE)?1:0; in emb_multibyte()187 if (emb->plan&EMB_A_MULTIBYTE) { // multibyte in emb_pdf_fontdescr()341 if (emb->plan&EMB_A_MULTIBYTE) { in emb_pdf_fontwidths()464 if (emb->plan&EMB_A_MULTIBYTE) { // multibyte in emb_pdf_simple_font()
27 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()
147 ret->plan|=EMB_A_MULTIBYTE; in emb_new()
15 if (emb->plan&EMB_A_MULTIBYTE) { in write_string()
394 if (emb->plan&EMB_A_MULTIBYTE) { in pdfOut_write_font()
110 assert(emb->plan&EMB_A_MULTIBYTE); in font_load()