Searched refs:PDF_findfont (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/libs/pdflib/bind/pdflib/perl/
H A Dpdflib_pl.pm86 *PDF_findfont = *pdflibc::PDF_findfont;
168 @EXPORT = qw( PDF_add_launchlink PDF_add_locallink PDF_add_note PDF_add_pdflink PDF_add_weblink PDF_attach_file PDF_set_border_color PDF_set_border_dash PDF_set_border_style PDF_begin_page PDF_close PDF_delete PDF_end_page PDF_get_apiname PDF_get_buffer PDF_get_errmsg PDF_get_errnum PDF_new PDF_open_file PDF_fill_imageblock PDF_fill_pdfblock PDF_fill_textblock PDF_makespotcolor PDF_setcolor PDF_setgray PDF_setgray_fill PDF_setgray_stroke PDF_setrgbcolor PDF_setrgbcolor_fill PDF_setrgbcolor_stroke PDF_arc PDF_arcn PDF_circle PDF_clip PDF_closepath PDF_closepath_fill_stroke PDF_closepath_stroke PDF_curveto PDF_endpath PDF_fill PDF_fill_stroke PDF_lineto PDF_moveto PDF_rect PDF_stroke PDF_encoding_set_char PDF_findfont PDF_load_font PDF_setfont PDF_concat PDF_initgraphics PDF_restore PDF_rotate PDF_save PDF_scale PDF_setdash PDF_setdashpattern PDF_setflat PDF_setlinecap PDF_setlinejoin PDF_setlinewidth PDF_setmatrix PDF_setmiterlimit PDF_setpolydash PDF_skew PDF_translate PDF_add_bookmark PDF_add_nameddest PDF_set_info PDF_load_iccprofile PDF_add_thumbnail PDF_close_image PDF_fit_image PDF_load_image PDF_open_CCITT PDF_open_image PDF_open_image_file PDF_place_image PDF_get_parameter PDF_get_value PDF_set_parameter PDF_set_value PDF_begin_pattern PDF_end_pattern PDF_close_pdi PDF_close_pdi_page PDF_fit_pdi_page PDF_get_pdi_parameter PDF_get_pdi_value PDF_open_pdi PDF_open_pdi_page PDF_place_pdi_page PDF_process_pdi PDF_create_pvf PDF_delete_pvf PDF_shading PDF_shading_pattern PDF_shfill PDF_begin_template PDF_end_template PDF_continue_text PDF_fit_textline PDF_set_text_pos PDF_show PDF_show_boxed PDF_show_xy PDF_stringwidth PDF_begin_font PDF_begin_glyph PDF_end_font PDF_end_glyph PDF_create_gstate PDF_set_gstate );
H A Dpdflib_pl.c1612 croak("Usage: PDF_findfont(p, fontname, encoding, embed);");
1614 croak("Type error in argument 1 of PDF_findfont. Expected PDFPtr.");
1621 try { _result = (int )PDF_findfont(_arg0,_arg1,_arg2,_arg3);
3513 newXS("pdflibc::PDF_findfont", _wrap_PDF_findfont, file);
/haiku-fatelf/src/libs/pdflib/progs/pdflib/
H A Dtext2pdf.c215 font = PDF_findfont(p, fontname, encoding, 0);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFText.cpp255 int font = PDF_findfont(fPdf, fontName, encoding_name, embed);
431 REPORT(kWarning, fPage, "**** PDF_findfont(%s) failed, back to default "
433 font = PDF_findfont(fPdf, "Helvetica", "macroman", 0);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dpdflib.java576 return PDF_findfont(p, fontname, encoding, options);
1430 private final static native int PDF_findfont(long jp, String jarg1, String jarg2, int jarg3) throws PDFlibException; method in class:pdflib
H A Dpdflib_java.c1336 /* {{{ PDF_findfont */
1356 _result = (int )PDF_findfont(p, fontname, encoding, embed);
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dpdflib.h446 PDF_findfont(PDF *p, const char *fontname, const char *encoding, int embed);
1028 int (PDFLIB_CALL * PDF_findfont)(PDF *p, const char *fontname, member in struct:PDFlib_api_s
H A Dp_basic.c128 PDF_findfont,
H A Dp_font.c755 PDF_findfont(PDF *p, const char *fontname, const char *encoding, int embed) function
757 static const char fn[] = "PDF_findfont";
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dpdflib.cpp632 retval = m_PDFlib_api->PDF_findfont(p, CHAR(fontname),
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/ext/pdf/
H A Dpdf.c1617 font = PDF_findfont(pdf, fontname, encoding, embed);
/haiku-fatelf/src/libs/pdflib/bind/pdflib/python/
H A Dpdflib_py.c838 if(!PyArg_ParseTuple(args,"sssi:PDF_findfont",&_argc0,&_arg1,&_arg2,&_arg3))
842 PyErr_SetString(PyExc_TypeError,"Type error in argument 1 of PDF_findfont. Expected _PDF_p.");
847 try { _result = (int)PDF_findfont(p,_arg1,_arg2,_arg3);
3157 { "PDF_findfont", _wrap_PDF_findfont, 1 },
/haiku-fatelf/src/libs/pdflib/bind/pdflib/tcl/
H A Dpdflib_tcl.c1874 Tcl_SetResult(interp, "Wrong # args. PDF_findfont p fontname encoding embed ",TCL_STATIC);
1879 Tcl_SetResult(interp, "Type error in argument 1 of PDF_findfont. Expected _PDF_p, received ", TCL_STATIC);
1888 Tcl_SetResult(interp, "Type error in argument 4 of PDF_findfont: ",
1894 try { _result = (int)PDF_findfont(p,_arg1,_arg2,_arg3);
4229 Tcl_CreateCommand(interp, "PDF_findfont", (Tcl_CmdProc*) _wrap_PDF_findfont, (ClientData) NULL, (Tcl_CmdDeleteProc *) NULL);

Completed in 172 milliseconds