Searched refs:texttopath (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/extension/internal/ |
H A D | cairo-renderer-pdf-out.cpp | 61 bool texttopath, bool omittext, bool filtertobitmap, int resolution, 96 ctx->setTextToPath(texttopath); 60 pdf_render_document_to_file(SPDocument *doc, gchar const *filename, unsigned int level, bool texttopath, bool omittext, bool filtertobitmap, int resolution, const gchar * const exportId, bool exportDrawing, bool exportCanvas, float bleedmargin_px) argument
|
H A D | cairo-ps-out.cpp | 68 ps_print_document_to_file(SPDocument *doc, gchar const *filename, unsigned int level, bool texttopath, bool omittext, argument 99 ctx->setTextToPath(texttopath);
|
H A D | cairo-render-context.h | 100 void setTextToPath(bool texttopath);
|
H A D | cairo-render-context.cpp | 426 void CairoRenderContext::setTextToPath(bool texttopath) argument 428 _is_texttopath = texttopath;
|
Completed in 28 milliseconds