ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzau6_5.4.0.1/rzau6differ.htm

101 lines
4.6 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="dc.language" scheme="rfc1766" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<meta name="dc.date" scheme="iso8601" content="2005-09-06" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow"/>
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<title>How TrueType and OpenType fonts differ from AFP fonts</title>
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
<link rel="stylesheet" type="text/css" href="ic.css" />
</head>
<body>
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
<a name="rzau6differ"></a>
<h3 id="rzau6differ">How TrueType and OpenType fonts differ from AFP fonts</h3>
<p>When usingTrueType fonts, you will see differences in how the fonts are
specified, managed, and installed when compared to Advanced Function Presentation&trade; (AFP&trade;) fonts. </p>
<a name="wq6"></a>
<div class="notetitle" id="wq6">Note:</div>
<div class="notebody">In this topic, the term TrueType refers to
both TrueType and OpenType fonts.</div>
<a name="wq7"></a>
<table id="wq7" width="100%" summary="" border="1" frame="border" rules="all">
<caption>Table 1. Differences between AFP and TrueType or OpenType fonts</caption>
<thead valign="bottom">
<tr>
<th id="wq8" align="center">AFP fonts</th>
<th id="wq9" align="center">TrueType fonts</th>
</tr>
</thead>
<tbody valign="top">
<tr>
<td headers="wq8">AFP fonts are i5/OS&trade; objects.</td>
<td headers="wq9">TrueType fonts are stream files in the integrated file
system.</td>
</tr>
<tr>
<td headers="wq8">DDS keyword FNTCHRSET is used to select AFP fonts.</td>
<td headers="wq9">DDS keyword FONTNAME is used to select TrueType fonts.</td>
</tr>
<tr>
<td headers="wq8">Print Services Facility&trade; (PSF) uses a defined
search algorithm to search for AFP fonts. It searches the library list associated
with the job for a matching font.</td>
<td headers="wq9">TrueType fonts reside in one of two locations.
<ul>
<li>/QIBM/ProdData/OS400/Fonts/TTFonts contains IBM-supplied fonts</li>
<li>/QIBM/UserData/OS400/Fonts/TTFonts contains user fonts.</li></ul></td>
</tr>
<tr>
<td headers="wq8">AFP fonts are created and managed using the font resource
commands: CHGCDEFNT, CHGFNTRSC, CRTFNTRSC, DLTFNTRSC, DSPCDEFNT, DSPFNTRSCA,
and WRKFNTRSC.</td>
<td headers="wq9">TrueType fonts have no i5/OS management commands. Instead, the fonts
are installed using the Font Installer for AFP Systems feature of the Infoprint&reg; Fonts
licensed program. The generated resource access table resides in the /QIBM
file system.</td>
</tr>
<tr>
<td headers="wq8">An AFP font is specified by using the *FNTRSC object name
such as C0D0GT10.</td>
<td headers="wq9">TrueType fonts are specified using a font name such
as Times New Roman.</td>
</tr>
<tr>
<td headers="wq8">AFP fonts can be substituted when the requested font is
not available.</td>
<td headers="wq9">There is no font substitution with TrueType fonts.</td>
</tr>
<tr>
<td headers="wq8">An AFP font is marked as eligible for capture with the Change
Font Resource (CHGFNTRSC) command.</td>
<td headers="wq9">TrueType fonts are marked as eligible for capture by
the Font Installer for AFP Systems feature of the Infoprint Fonts licensed program.</td>
</tr>
<tr>
<td headers="wq8">PSF will only try to capture AFP fonts if the PSF configuration object specifies
FNTCAPTURE(*YES).</td>
<td headers="wq9">PSF will always try to capture TrueType fonts.</td>
</tr>
</tbody>
</table>
<p><span class="bold">Related tasks</span></p>
<p><a href="rzau6specfnt.htm#rzau6specfnt">Specify an AFP font</a></p>
<p><a href="rzau6spectt.htm#rzau6spectt">Specify a TrueType or OpenType font</a></p>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>