3 lines
3.5 KiB
HTML
3 lines
3.5 KiB
HTML
<!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"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>16. FONTS</title><link href="navigation.css" rel="stylesheet" type="text/css"/><link href="document.css" rel="stylesheet" type="text/css"/></head><body><p class="top_nav"><a href="part94.htm">< Previous</a><span> | </span><a href="../Medley-Primer.html">Contents</a><span> | </span><a href="part96.htm">Next ></a></p><h1 style="padding-top: 3pt;padding-left: 35pt;text-indent: 0pt;text-align: left;"><a name="bookmark18">16. FONTS</a></h1><p style="padding-left: 35pt;text-indent: 0pt;line-height: 6pt;text-align: left;"><span><img width="640" height="8" alt="image" src="Image_104.png"/></span></p><p style="text-indent: 0pt;text-align: left;"><br/></p><p style="padding-top: 15pt;padding-left: 107pt;text-indent: 0pt;text-align: left;">This chapter explains font s and font descriptors, what they are and how to use them, so that you can use functions requiring font descriptors</p><p style="padding-top: 7pt;padding-left: 107pt;text-indent: 0pt;text-align: left;">You have already been exposed to many font s in Medley. For example, when you use the structure editor, DEdit (see the Using the List Structure Editor section of Chapter 7), you noticed that the comments were printed in a smaller font than the code, and</p><p style="padding-left: 107pt;text-indent: 0pt;text-align: left;">that CLlSP words (see the CLISP section of Chapter 9) were printed in a darker font</p><p style="padding-left: 107pt;text-indent: 0pt;text-align: left;">than the other words in the function. These are only some of the font s that are available in Medley.</p><p style="padding-top: 7pt;padding-left: 106pt;text-indent: 0pt;text-align: left;">In addition to the font s that appear on your screen, Medley uses font s for printers that are different than the ones used for the screen. The font s used to print to the screen are called <span class="s3">DlSPLAYFONTS</span>. The font s used for prining are called <span class="s3">INTERPRESSFONTS </span>, or <span class="s3">PRESSFONTS</span>, depending on the type of printer.</p><p style="text-indent: 0pt;text-align: left;"><br/></p><p class="toc"> </p><div class="toc"><a class="toc0" href="part96.htm">What Makes Up a Font </a><a class="toc0" href="part97.htm">Fontdescriptors and FONTCREATE </a><a class="toc0" href="part98.htm">Display Fonts </a><a class="toc0" href="part99.htm">InterPress Fonts </a><a class="toc0" href="part100.htm">Functions for Using Fonts </a><a class="toc1" href="part101.htm">FONTPR0P Looking at Font Properties</a><a class="toc1" href="part102.htm">STRlNGWlDTH</a><a class="toc1" href="part103.htm">DSPFONT - Changing the Font in One Window</a><a class="toc1" href="part104.htm">Personalizing Your Font Profile</a></div><p class="nav"> </p><p class="nav"> </p><p class="nav"><a href="part94.htm">< Previous</a><span> | </span><a href="../Medley-Primer.html">Contents</a><span> | </span><a href="part96.htm">Next ></a></p><p class="nav"> </p></body></html>
|