summaryrefslogtreecommitdiff
path: root/doc/psfonts.ph
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-11 18:09:02 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-11 18:09:02 -0700
commit3d61238bf87ef0dab4c5d16196cbf96c025a3877 (patch)
treeb49a392ea9d091768cecdf8ce796e9c4a49f97a1 /doc/psfonts.ph
parentca5ec7a225de431a0eb507472085323aab12e511 (diff)
downloadnasm-3d61238bf87ef0dab4c5d16196cbf96c025a3877.tar.gz
ps/pdf doc: default to 10-point font, wider leading
Switch the main font to 10 points Times Roman, but leave the leading at 11 points. This produces, in my opinion, a much more legible and printable document.
Diffstat (limited to 'doc/psfonts.ph')
-rw-r--r--doc/psfonts.ph14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/psfonts.ph b/doc/psfonts.ph
index 2621b818..1e6aac13 100644
--- a/doc/psfonts.ph
+++ b/doc/psfonts.ph
@@ -17,30 +17,30 @@ require 'metrics/phvbo8a.ph'; # Helvetica-BoldOblique
# The order is: <normal> <emphatic> <code>
%TitlFont = (name => 'tfont',
- leading => 20,
+ leading => 22,
fonts => [[20,\%PS_Times_Bold],
[20,\%PS_Times_BoldItalic],
[20,\%PS_Courier_Bold]]);
%ChapFont = (name => 'cfont',
- leading => 18,
+ leading => 19.2,
fonts => [[18,\%PS_Times_Bold],
[18,\%PS_Times_BoldItalic],
[18,\%PS_Courier_Bold]]);
%HeadFont = (name => 'hfont',
- leading => 14,
+ leading => 15.4,
fonts => [[14,\%PS_Times_Bold],
[14,\%PS_Times_BoldItalic],
[14,\%PS_Courier_Bold]]);
%SubhFont = (name => 'sfont',
- leading => 12,
+ leading => 13.2,
fonts => [[12,\%PS_Times_Bold],
[12,\%PS_Times_BoldItalic],
[12,\%PS_Courier_Bold]]);
%BodyFont = (name => 'bfont',
leading => 11,
- fonts => [[11,\%PS_Times_Roman],
- [11,\%PS_Times_Italic],
- [11,\%PS_Courier]]);
+ fonts => [[10,\%PS_Times_Roman],
+ [10,\%PS_Times_Italic],
+ [10,\%PS_Courier]]);
#
# List of all fontsets; used to compute the list of fonts needed