Articles/fonts was only pretending to be an article, this makes it an
article. This is a mechanical transformation, whitespace cleanups still needed. PR: docs/14113 Submitted by: nbm@rucus.ru.ac.za
This commit is contained in:
parent
8727e05ac4
commit
d4c07f8360
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5802
2 changed files with 56 additions and 60 deletions
|
@ -1,6 +1,6 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/fonts/article.sgml,v 1.4 1999/09/06 06:52:36 peter Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
|
||||
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
|
||||
|
||||
<!-- Recently, I wanted to figure out how to use some additional fonts that
|
||||
I had accumulated. I finally figured out *how to do it* from the various
|
||||
|
@ -19,10 +19,9 @@
|
|||
and I would welcome being corrected.
|
||||
-->
|
||||
|
||||
<book>
|
||||
<article>
|
||||
|
||||
<bookinfo>
|
||||
<bookbiblio>
|
||||
<artheader>
|
||||
<title>Fonts and FreeBSD</title>
|
||||
<subtitle>A Tutorial</subtitle>
|
||||
|
||||
|
@ -44,10 +43,9 @@ Ghostscript and Groff. Cookbook examples are provided for switching
|
|||
the syscons display to 80x60 mode, and for using type 1 fonts with
|
||||
the above application programs.</para></abstract>
|
||||
|
||||
</bookbiblio>
|
||||
</bookinfo>
|
||||
</artheader>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Introduction</title>
|
||||
|
||||
<para>There are many sources of fonts available, and one might ask
|
||||
|
@ -57,9 +55,9 @@ would like to use. This is very time consuming, so this tutorial is
|
|||
an attempt to provide a shortcut for others who might be
|
||||
interested.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Basic terminology</title>
|
||||
|
||||
<para>There are many different font formats and associated font file
|
||||
|
@ -114,9 +112,9 @@ of a symbolic link to the actual TrueType font
|
|||
files are also used by Windows. I know of no way to use this font
|
||||
format with FreeBSD.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>What font formats can I use?</title>
|
||||
|
||||
<para>Which font file format is useful depends on the application
|
||||
|
@ -196,9 +194,9 @@ environment. I have not made any attempt at using other
|
|||
<filename>.fnt</filename> files other than those provided with
|
||||
FreeBSD.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Setting a virtual console to 80x60 line mode</title>
|
||||
|
||||
<para>First, a 8x8 font must be loaded.
|
||||
|
@ -263,9 +261,9 @@ fi</programlisting>
|
|||
<citerefentry><refentrytitle>stty</><manvolnum>1</></>,
|
||||
<citerefentry><refentrytitle>vidcontrol</><manvolnum>1</></>.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Using type 1 fonts with X11</title>
|
||||
|
||||
<para>X11 can use either the <filename>.pfa</filename> or the
|
||||
|
@ -460,9 +458,9 @@ bash$ <userinput>xfontsel -pattern -type1-*</></screen>
|
|||
<citetitle>The X Windows System in a Nutshell</>, <ulink
|
||||
URL="http://www.ora.com/">O'Reilly & Associates</ulink>.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Using type 1 fonts with Ghostscript</title>
|
||||
|
||||
<para>Ghostscript references a font via its <filename>Fontmap</>
|
||||
|
@ -505,9 +503,9 @@ GS><userinput>quit</></screen>
|
|||
<para>References: <filename>fonts.txt</filename> in the Ghostscript
|
||||
4.01 distribution</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Using type 1 fonts with Groff</title>
|
||||
|
||||
<para>Now that the new font can be used by both X11 and Ghostscript,
|
||||
|
@ -627,9 +625,9 @@ bash$ <userinput>lpr -Ppostscript example.ps</></screen>
|
|||
<citerefentry><refentrytitle>groff_char</><manvolnum>5</></>,
|
||||
<citerefentry><refentrytitle>pfbtops</><manvolnum>1</></>.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Converting TrueType fonts to a groff/postscript format for
|
||||
groff</title>
|
||||
|
||||
|
@ -818,9 +816,9 @@ Converting 3of9.ttf to A.pfa and B.afm.
|
|||
<citerefentry><refentrytitle>gs</><manvolnum>1</></>.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Can TrueType fonts be used with other programs?</title>
|
||||
|
||||
<para>The TrueType font format is used by Windows, Windows 95, and
|
||||
|
@ -882,9 +880,9 @@ The
|
|||
</ulink> is a good starting point for information on these and other
|
||||
free TrueType projects.
|
||||
</para>
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Where can additional fonts be obtained?</title>
|
||||
|
||||
<para>Many fonts are available on the Internet. They are either
|
||||
|
@ -914,9 +912,9 @@ url="http://www.inil.com/users/elfring/esf.htm">http://www.inil.com/users/elfrin
|
|||
|
||||
</itemizedlist></para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Additional questions</title>
|
||||
|
||||
<para>
|
||||
|
@ -947,5 +945,5 @@ ghostscript.</para>
|
|||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
</chapter>
|
||||
</book>
|
||||
</sect1>
|
||||
</article>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/fonts/article.sgml,v 1.4 1999/09/06 06:52:36 peter Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
|
||||
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN">
|
||||
|
||||
<!-- Recently, I wanted to figure out how to use some additional fonts that
|
||||
I had accumulated. I finally figured out *how to do it* from the various
|
||||
|
@ -19,10 +19,9 @@
|
|||
and I would welcome being corrected.
|
||||
-->
|
||||
|
||||
<book>
|
||||
<article>
|
||||
|
||||
<bookinfo>
|
||||
<bookbiblio>
|
||||
<artheader>
|
||||
<title>Fonts and FreeBSD</title>
|
||||
<subtitle>A Tutorial</subtitle>
|
||||
|
||||
|
@ -44,10 +43,9 @@ Ghostscript and Groff. Cookbook examples are provided for switching
|
|||
the syscons display to 80x60 mode, and for using type 1 fonts with
|
||||
the above application programs.</para></abstract>
|
||||
|
||||
</bookbiblio>
|
||||
</bookinfo>
|
||||
</artheader>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Introduction</title>
|
||||
|
||||
<para>There are many sources of fonts available, and one might ask
|
||||
|
@ -57,9 +55,9 @@ would like to use. This is very time consuming, so this tutorial is
|
|||
an attempt to provide a shortcut for others who might be
|
||||
interested.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Basic terminology</title>
|
||||
|
||||
<para>There are many different font formats and associated font file
|
||||
|
@ -114,9 +112,9 @@ of a symbolic link to the actual TrueType font
|
|||
files are also used by Windows. I know of no way to use this font
|
||||
format with FreeBSD.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>What font formats can I use?</title>
|
||||
|
||||
<para>Which font file format is useful depends on the application
|
||||
|
@ -196,9 +194,9 @@ environment. I have not made any attempt at using other
|
|||
<filename>.fnt</filename> files other than those provided with
|
||||
FreeBSD.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Setting a virtual console to 80x60 line mode</title>
|
||||
|
||||
<para>First, a 8x8 font must be loaded.
|
||||
|
@ -263,9 +261,9 @@ fi</programlisting>
|
|||
<citerefentry><refentrytitle>stty</><manvolnum>1</></>,
|
||||
<citerefentry><refentrytitle>vidcontrol</><manvolnum>1</></>.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Using type 1 fonts with X11</title>
|
||||
|
||||
<para>X11 can use either the <filename>.pfa</filename> or the
|
||||
|
@ -460,9 +458,9 @@ bash$ <userinput>xfontsel -pattern -type1-*</></screen>
|
|||
<citetitle>The X Windows System in a Nutshell</>, <ulink
|
||||
URL="http://www.ora.com/">O'Reilly & Associates</ulink>.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Using type 1 fonts with Ghostscript</title>
|
||||
|
||||
<para>Ghostscript references a font via its <filename>Fontmap</>
|
||||
|
@ -505,9 +503,9 @@ GS><userinput>quit</></screen>
|
|||
<para>References: <filename>fonts.txt</filename> in the Ghostscript
|
||||
4.01 distribution</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Using type 1 fonts with Groff</title>
|
||||
|
||||
<para>Now that the new font can be used by both X11 and Ghostscript,
|
||||
|
@ -627,9 +625,9 @@ bash$ <userinput>lpr -Ppostscript example.ps</></screen>
|
|||
<citerefentry><refentrytitle>groff_char</><manvolnum>5</></>,
|
||||
<citerefentry><refentrytitle>pfbtops</><manvolnum>1</></>.</para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Converting TrueType fonts to a groff/postscript format for
|
||||
groff</title>
|
||||
|
||||
|
@ -818,9 +816,9 @@ Converting 3of9.ttf to A.pfa and B.afm.
|
|||
<citerefentry><refentrytitle>gs</><manvolnum>1</></>.</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Can TrueType fonts be used with other programs?</title>
|
||||
|
||||
<para>The TrueType font format is used by Windows, Windows 95, and
|
||||
|
@ -882,9 +880,9 @@ The
|
|||
</ulink> is a good starting point for information on these and other
|
||||
free TrueType projects.
|
||||
</para>
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Where can additional fonts be obtained?</title>
|
||||
|
||||
<para>Many fonts are available on the Internet. They are either
|
||||
|
@ -914,9 +912,9 @@ url="http://www.inil.com/users/elfring/esf.htm">http://www.inil.com/users/elfrin
|
|||
|
||||
</itemizedlist></para>
|
||||
|
||||
</chapter>
|
||||
</sect1>
|
||||
|
||||
<chapter>
|
||||
<sect1>
|
||||
<title>Additional questions</title>
|
||||
|
||||
<para>
|
||||
|
@ -947,5 +945,5 @@ ghostscript.</para>
|
|||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
</chapter>
|
||||
</book>
|
||||
</sect1>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue