<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<!-- Header //-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>
Moc10 Library v1.9.7 | A Lightweight PHP Library
</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Nick Sagona"/>
<meta name="keywords" content="php, php library, php framework, php code library, moc10 library, moc10media, moc 10 media, moc 10, object oriented programming, oop" />
<meta name="description" content="Moc10 Library is a lightweight, easily deployable PHP library that integrates a handful of some of the 'basics' that go into many websites, projects and applications." />
<meta name="robots" content="all" />
<link rel="stylesheet" type="text/css" href="../styles.css" />
<link rel="shortcut icon" href="../moc10media.ico" type="image/ico" />
</head>
<body>
<!-- Content //-->
<div id="content">
<h1>Moc10 Library v1.9.7 | A Lightweight PHP Library</h1>
<ul id="mainNav">
<li><a href="../index.html">Overview</a></li>
<li><a href="../features.html">Features</a></li>
<li><a href="../manual.html">Manual</a></li>
<li>API Glossary</li>
<li><a href="../api-docs/index.html">API Docs</a></li>
<li><a href="../faqs.html">FAQs</a></li>
<li><a href="../development.html">Development</a></li>
<li><a href="../download.html">Download</a></li>
</ul>
<span class="right"><a href="../api-glossary.html">< back to glossary</a></span>
<h3>API Glossary > The PDF Component</h3>
<h4>$pdf->setTextParams($c = 0, $w = 0, $h = 100, $v = 100, $rot = 0, $rend = 0)</h4>
<pre>
@param int $c (Character spacing, in points)
@param int $w (Word spacing, in points)
@param int $h (Horizontal stretch of the text, in points)
@param int $v (Vertical stretch of the text, in points)
@param int $rot (Text rotation, -90 < 0 > 90 range only, degrees)
@param int $rend (Text render mode, i.e. solid, stroked, etc.)
</pre>
<p>
This method sets the text parameters for rendering text content. The render mode is an integer that represents the following:
</p>
<ul style="list-style-type: none;">
<li>0 = Fill text</li>
<li>1 = Stroke text</li>
<li>2 = Fill, then stroke text</li>
<li>3 = Neither fill nor stroke text (invisible)</li>
<li>4 = Fill text and add to path for clipping</li>
<li>5 = Stroke text and add to path for clipping</li>
<li>6 = Fill, then stroke text and add to path for clipping</li>
<li>7 = Add text to path for clipping</li>
</ul>
</div>
<!-- Footer //-->
<div id="footer">
Copyright © 2009-2011, Moc 10 Media, LLC. All rights reserved.
</div>
</body>
</html>