mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-11 17:03:21 +08:00
0.0.1
This commit is contained in:
99
docs/php/ps_symbol_name.html
Normal file
99
docs/php/ps_symbol_name.html
Normal file
@@ -0,0 +1,99 @@
|
||||
<!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 name of a glyph</title>
|
||||
</head>
|
||||
<body class="docs"><div id="layout">
|
||||
<div id="layout-content"><div id="function.ps-symbol-name" class="refentry">
|
||||
<div class="refnamediv">
|
||||
<h1 class="refname">ps_symbol_name</h1>
|
||||
<p class="verinfo">(PECL ps >= 1.2.0)</p><p class="refpurpose"><span class="refname">ps_symbol_name</span> — <span class="dc-title">Gets name of a glyph</span></p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="refsect1 description" id="refsect1-function.ps-symbol-name-description">
|
||||
<h3 class="title">说明</h3>
|
||||
<div class="methodsynopsis dc-description">
|
||||
<span class="methodname"><strong>ps_symbol_name</strong></span>
|
||||
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$psdoc</code></span>
|
||||
, <span class="methodparam"><span class="type">int</span> <code class="parameter">$ord</code></span>
|
||||
[, <span class="methodparam"><span class="type">int</span> <code class="parameter">$fontid</code><span class="initializer"> = 0</span></span>
|
||||
] ) : <span class="type">string</span></div>
|
||||
|
||||
<p class="para rdfs-comment">
|
||||
This function needs an Adobe font metrics file to know which glyphs are
|
||||
available.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 parameters" id="refsect1-function.ps-symbol-name-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">ord</code></dt>
|
||||
|
||||
<dd>
|
||||
|
||||
<p class="para">
|
||||
The parameter <code class="parameter">ord</code> is the position of the glyph
|
||||
in the font encoding vector.
|
||||
</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>
|
||||
|
||||
|
||||
</dl>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 returnvalues" id="refsect1-function.ps-symbol-name-returnvalues">
|
||||
<h3 class="title">返回值</h3>
|
||||
<p class="para">
|
||||
The name of a glyph in the given font.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="refsect1 seealso" id="refsect1-function.ps-symbol-name-seealso">
|
||||
<h3 class="title">参见</h3>
|
||||
<p class="para">
|
||||
<ul class="simplelist">
|
||||
<li class="member"><span class="function"><a href="ps_symbol.html" class="function" rel="rdfs-seeAlso">ps_symbol()</a> - Output a glyph</span></li>
|
||||
<li class="member"><span class="function"><a href="ps_symbol_width.html" class="function" rel="rdfs-seeAlso">ps_symbol_width()</a> - Gets width of a glyph</span></li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div></div></div></body></html>
|
Reference in New Issue
Block a user