Home
last modified time | relevance | path

Searched refs:fz_new_base14_font (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/mupdf/mupdf-1.18.0-source/source/svg/
H A Dsvg-run.c1348 if (italic) return fz_new_base14_font(ctx, "Courier-BoldOblique"); in svg_load_font()
1349 else return fz_new_base14_font(ctx, "Courier-Bold"); in svg_load_font()
1351 if (italic) return fz_new_base14_font(ctx, "Courier-Oblique"); in svg_load_font()
1352 else return fz_new_base14_font(ctx, "Courier"); in svg_load_font()
1356 if (italic) return fz_new_base14_font(ctx, "Times-BoldItalic"); in svg_load_font()
1357 else return fz_new_base14_font(ctx, "Times-Bold"); in svg_load_font()
1359 if (italic) return fz_new_base14_font(ctx, "Times-Italic"); in svg_load_font()
1360 else return fz_new_base14_font(ctx, "Times-Roman"); in svg_load_font()
1365 else return fz_new_base14_font(ctx, "Helvetica-Bold"); in svg_load_font()
1367 if (italic) return fz_new_base14_font(ctx, "Helvetica-Oblique"); in svg_load_font()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dfont.h442 fz_font *fz_new_base14_font(fz_context *ctx, const char *name);
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-appearance.c833 font = fz_new_base14_font(ctx, "Times-Bold"); in pdf_write_stamp_appearance()
1425 font = fz_new_base14_font(ctx, full_font_name(&fontname)); in write_variable_text()
1500 font = fz_new_base14_font(ctx, full_font_name(&fontname)); in layout_variable_text()
2215 helv = fz_new_base14_font(ctx, "Helvetica"); in pdf_update_signature_appearance()
2216 zadb = fz_new_base14_font(ctx, "ZapfDingbats"); in pdf_update_signature_appearance()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/xps/
H A Dxps-glyphs.c591 font = fz_new_base14_font(ctx, "Times-Roman"); in xps_parse_glyphs()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Docr-device.c416 ocr->font = fz_new_base14_font(ctx, "Courier"); in flush_word()
931 font = fz_new_base14_font(ctx, "Courier"); in rewrite_close()
H A Dfont.c785 fz_new_base14_font(fz_context *ctx, const char *name) in fz_new_base14_font() function
1947 font = fz_new_base14_font(ctx, "Symbol"); in fz_encode_character_with_fallback()