Google

NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.70 ">

%bf-size%

Name

%bf-size% -- Defines the body font size

Synopsis

%bf-size%

Description

Sets the body font size. This parameter is usually controlled by the %visual-acuity% parameter.

Author

Norman Walsh, <ndw@nwalsh.com>

Source Code

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