uTools-Manuals/docs/php/ps_stringwidth.html
2019-04-28 19:00:34 +08:00

114 lines
3.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Gets width of a string</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.ps-stringwidth" class="refentry">
<div class="refnamediv">
<h1 class="refname">ps_stringwidth</h1>
<p class="verinfo">(PECL ps &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">ps_stringwidth</span> &mdash; <span class="dc-title">Gets width of a string</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.ps-stringwidth-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>ps_stringwidth</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$psdoc</code></span>
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$text</code></span>
[, <span class="methodparam"><span class="type">int</span> <code class="parameter">$fontid</code><span class="initializer"> = 0</span></span>
[, <span class="methodparam"><span class="type">float</span> <code class="parameter">$size</code><span class="initializer"> = 0.0</span></span>
]] ) : <span class="type">float</span></div>
<p class="para rdfs-comment">
Calculates the width of a string in points if it was output
in the given font and font size.
This function needs an Adobe font
metrics file to calculate the precise width. If kerning is turned on,
it will be taken into account.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.ps-stringwidth-parameters">
<h3 class="title">参数</h3>
<p class="para">
<dl>
<dt>
<code class="parameter">psdoc</code></dt>
<dd>
<p class="para">
Resource identifier of the postscript file
as returned by <span class="function"><a href="ps_new.html" class="function">ps_new()</a></span>.
</p>
</dd>
<dt>
<code class="parameter">text</code></dt>
<dd>
<p class="para">
The text for which the width is to be calculated.
</p>
</dd>
<dt>
<code class="parameter">fontid</code></dt>
<dd>
<p class="para">
The identifier of the font to be used. If not font is specified
the current font will be used.
</p>
</dd>
<dt>
<code class="parameter">size</code></dt>
<dd>
<p class="para">
The size of the font. If no size is specified the current size
is used.
</p>
</dd>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.ps-stringwidth-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
Width of a string in points.
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.ps-stringwidth-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="ps_string_geometry.html" class="function" rel="rdfs-seeAlso">ps_string_geometry()</a> - Gets geometry of a string</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>