1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<html lang="en">
<head>
<title>Pcb</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Pcb">
<meta name="generator" content="makeinfo 4.6">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
--></style>
</head>
<body>
<div class="node">
<p>
Node: <a name="Symbol%20Objects">Symbol Objects</a>,
Next: <a rel="next" accesskey="n" href="Via-Objects.html#Via%20Objects">Via Objects</a>,
Up: <a rel="up" accesskey="u" href="Intro.html#Intro">Intro</a>
<hr><br>
</div>
<h3 class="section">Symbols</h3>
<p>The top object is the layout itself. It uses a set of symbols
that resides at the first logical level. Each symbol is uniquely identified
by a seven bit <code>ASCII</code> code. All layout objects share the same set of
symbols. These symbols are used to form text objects on the silkscreen
and copper layers. Undefined symbols are drawn as filled rectangles.
<p>Every font file is preprocessed by a user-defined command when it is loaded.
For details see <code>fontCommand</code>, <a href="Resources.html#Resources">Resources</a>.
</body></html>
|