67 lines
4.0 KiB
HTML
67 lines
4.0 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 1998, 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>Font charts</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="rzalureffonthowto"></a>
|
|
<h4 id="rzalureffonthowto">Font charts</h4>
|
|
<p>The following are examples to familiarize you with fonts and font substitution
|
|
on i5/OS.</p>
|
|
<p><span class="bold">Verify whether your font ID is supported by a certain
|
|
printer</span></p>
|
|
<p>If you want to verify that a font ID is supported by a certain printer,
|
|
refer to <a href="rzalufntsub.htm#rzalufntsub">Printer font support</a> . For example, locate font ID 112. Font
|
|
ID 112 is supported by the 3812 and 3816 SCS and IPDS™ printers and the 4028 printer (this is
|
|
indicated by blanks in those spaces). The 4019 printer supports font ID 112
|
|
on a font card resident in the 4019 printer. The 4224, 4234, and 5219 printers
|
|
substitute font ID 86 or 87. </p>
|
|
<a name="wq377"></a>
|
|
<div class="notetitle" id="wq377">Note:</div>
|
|
<div class="notebody">A font card is a hardware card
|
|
that can have many font character sets resident on it. Font cards can be
|
|
installed in printers to provide additional fonts.</div>
|
|
<p><span class="bold">Find out what font ID the system substitutes if the printer
|
|
you want to use does not support your font ID</span></p>
|
|
<p>If your application uses a font ID that is not supported on all printers,
|
|
you can determine the substitution by referring to <a href="rzalufntsub.htm#rzalufntsub">Printer font support</a>.
|
|
For example, locate font ID 30. The table shows that font ID 30 is supported
|
|
on the 3812 and 3816 SCS and IPDS printers. However, if you are using any
|
|
of the other printers listed in the table, font ID 11 is substituted for font
|
|
ID 30.</p>
|
|
<p><span class="bold">Find out what font ID the system substitutes if your font
|
|
ID is not available on the system or on the printer</span></p>
|
|
<p>For example, assume your application calls for font ID 4 and you want to
|
|
print the spooled file on a 4224 printer. To determine if font ID 4 is a supported
|
|
font or one that is substituted for, do the following:</p>
|
|
<ol type="1">
|
|
<li>Refer to <a href="rzalufntsub.htm#rzalufntsub">Printer font support</a> and see if your font ID is listed.
|
|
Since font ID 4 is not listed, continue with the next step.</li>
|
|
<li>Refer to <a href="rzalurefsubfid.htm#rzalurefsubfid">Font substitution by font ID range</a> and see what font is substituted.
|
|
Font ID 11 is substituted for fonts 0 through 65.</li>
|
|
<li>Refer to <a href="rzalufntsub.htm#rzalufntsub">Printer font support</a> and locate the substituted font ID.
|
|
Font ID 11 is supported on the 4224 printer. The result of the font ID substitution
|
|
is that your application will print using font ID 11.</li></ol>
|
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
|
</body>
|
|
</html>
|