Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 726

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<RefEntry id="X25bf-sizeX25">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename bf-size.html>

<RefMeta>
  <RefEntryTitle>%bf-size%</RefEntryTitle>
  <RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>%bf-size%</RefName>
  <RefPurpose>Defines the body font size</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
%bf-size%
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
Sets the body font size. This parameter is usually controlled by the
<literal>%visual-acuity%</literal> parameter.</para>


</RefSect1>

<RefSect1><Title>Author</Title>

<para>
Norman Walsh, &lt;ndw@nwalsh.com&gt;
</para>
</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define %bf-size%
  ;; Defines the body font size
  (case %visual-acuity%
    (("tiny") 8pt)
    (("normal") 10pt)
    (("presbyopic") 12pt)
    (("large-type") 24pt)))
</ProgramListing>
</RefSect1>

</RefEntry>