Home
last modified time | relevance | path

Searched refs:setTextRenderingMode (Results 1 – 25 of 47) sorted by relevance

12

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/examples/
H A Dexample_026.php79 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false);
82 $pdf->setTextRenderingMode($stroke=0.2, $fill=false, $clip=false);
85 $pdf->setTextRenderingMode($stroke=0.2, $fill=true, $clip=false);
88 $pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=false);
95 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=true);
101 $pdf->setTextRenderingMode($stroke=0.3, $fill=false, $clip=true);
107 $pdf->setTextRenderingMode($stroke=0.3, $fill=true, $clip=true);
113 $pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=true);
119 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/examples/
H A Dexample_026.php79 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false);
82 $pdf->setTextRenderingMode($stroke=0.2, $fill=false, $clip=false);
85 $pdf->setTextRenderingMode($stroke=0.2, $fill=true, $clip=false);
88 $pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=false);
95 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=true);
101 $pdf->setTextRenderingMode($stroke=0.3, $fill=false, $clip=true);
107 $pdf->setTextRenderingMode($stroke=0.3, $fill=true, $clip=true);
113 $pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=true);
119 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_026.php79 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false);
82 $pdf->setTextRenderingMode($stroke=0.2, $fill=false, $clip=false);
85 $pdf->setTextRenderingMode($stroke=0.2, $fill=true, $clip=false);
88 $pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=false);
95 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=true);
101 $pdf->setTextRenderingMode($stroke=0.3, $fill=false, $clip=true);
107 $pdf->setTextRenderingMode($stroke=0.3, $fill=true, $clip=true);
113 $pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=true);
119 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false);
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_026.php79 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false);
82 $pdf->setTextRenderingMode($stroke=0.2, $fill=false, $clip=false);
85 $pdf->setTextRenderingMode($stroke=0.2, $fill=true, $clip=false);
88 $pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=false);
95 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=true);
101 $pdf->setTextRenderingMode($stroke=0.3, $fill=false, $clip=true);
107 $pdf->setTextRenderingMode($stroke=0.3, $fill=true, $clip=true);
113 $pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=true);
119 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/tecnickcom/tcpdf/examples/
H A Dexample_026.php79 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false);
82 $pdf->setTextRenderingMode($stroke=0.2, $fill=false, $clip=false);
85 $pdf->setTextRenderingMode($stroke=0.2, $fill=true, $clip=false);
88 $pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=false);
95 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=true);
101 $pdf->setTextRenderingMode($stroke=0.3, $fill=false, $clip=true);
107 $pdf->setTextRenderingMode($stroke=0.3, $fill=true, $clip=true);
113 $pdf->setTextRenderingMode($stroke=0, $fill=false, $clip=true);
119 $pdf->setTextRenderingMode($stroke=0, $fill=true, $clip=false);
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFTextUtil.java219 public void setTextRenderingMode(int mode) { in setTextRenderingMode() method in PDFTextUtil
237 public void setTextRenderingMode(boolean fill, boolean stroke, boolean addToClip) { in setTextRenderingMode() method in PDFTextUtil
247 setTextRenderingMode(mode); in setTextRenderingMode()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DFontDescription.h135 void setTextRenderingMode(TextRenderingMode rendering) { m_textRendering = rendering; } in setTextRenderingMode() function
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/svg/
H A DPDFTextPainter.java156 textUtil.setTextRenderingMode(tpi.fillPaint != null, stroke, false); in beginTextObject()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfGraphics2D.java428 cb.setTextRenderingMode(PdfContentByte.TEXT_RENDER_MODE_FILL_STROKE); in drawString()
484 cb.setTextRenderingMode(PdfContentByte.TEXT_RENDER_MODE_FILL); in drawString()
H A DPdfDocument.java1615 text.setTextRenderingMode(tr); in writeLineToContent()
1686 text.setTextRenderingMode(PdfContentByte.TEXT_RENDER_MODE_FILL); in writeLineToContent()
H A DPdfContentByte.java1400 public void setTextRenderingMode(int rendering) { in setTextRenderingMode() method in PdfContentByte
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfDocument.java2609 text.setTextRenderingMode(tr); in writeLineToContent()
2672 text.setTextRenderingMode(PdfContentByte.TEXT_RENDER_MODE_FILL); in writeLineToContent()
H A DPdfContentByte.java1272 public void setTextRenderingMode(int rendering) { in setTextRenderingMode() method in PdfContentByte
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp4874 … fontDescription.setTextRenderingMode(m_parentStyle->fontDescription().textRenderingMode()); in applyProperty()
4876 fontDescription.setTextRenderingMode(AutoTextRendering); in applyProperty()
4880 fontDescription.setTextRenderingMode(*primitiveValue); in applyProperty()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/
H A Dtcpdf.php3036 $this->setTextRenderingMode(0, false, false);
4970 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17631 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
21993 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24614 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php2994 $this->setTextRenderingMode(0, false, false);
4928 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17578 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
21915 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24531 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/tecnickcom/tcpdf/
H A Dtcpdf.php2994 $this->setTextRenderingMode(0, false, false);
4928 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17580 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
21931 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24541 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php2994 $this->setTextRenderingMode(0, false, false);
4928 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17578 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
21915 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24531 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/tecnickcom/tcpdf/
H A Dtcpdf.php2994 $this->setTextRenderingMode(0, false, false);
4928 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17580 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
21931 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24541 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);
/dports/www/phpmyfaq/phpmyfaq/src/libs/tcpdf/
H A Dtcpdf.php2994 $this->setTextRenderingMode(0, false, false);
4928 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17578 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
21915 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24531 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/tcpdf/
H A Dtcpdf.php2977 $this->setTextRenderingMode(0, false, false);
4928 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17614 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
22032 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24509 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);
/dports/www/matomo/piwik/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php3039 $this->setTextRenderingMode(0, false, false);
4973 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17632 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
22011 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24632 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/
H A Dtcpdf.php3039 $this->setTextRenderingMode(0, false, false);
4973 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17632 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
22011 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24632 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);
/dports/www/itop/web/lib/tcpdf/
H A Dtcpdf.php2970 $this->setTextRenderingMode(0, false, false);
4896 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17518 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
21855 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24465 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);
/dports/www/limesurvey/limesurvey/application/third_party/tcpdf/
H A Dtcpdf.php2970 $this->setTextRenderingMode(0, false, false);
4896 $this->setTextRenderingMode($fstroke, $ffill, $fclip);
17518 $this->setTextRenderingMode($textstroke, $textfill, $textclip);
21855 public function setTextRenderingMode($stroke=0, $fill=true, $clip=false) { function in TCPDF
24465 $this->setTextRenderingMode($this->svgtextmode['stroke'], true, false);

12