|
Lines 1-6
Link Here
|
| 1 |
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/fonts/article.sgml,v 1.4 1999/09/06 06:52:36 peter Exp $ --> |
1 |
<!-- $FreeBSD: doc/en_US.ISO_8859-1/articles/fonts/article.sgml,v 1.4 1999/09/06 06:52:36 peter Exp $ --> |
| 2 |
<!-- The FreeBSD Documentation Project --> |
2 |
<!-- The FreeBSD Documentation Project --> |
| 3 |
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN"> |
3 |
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"> |
| 4 |
|
4 |
|
| 5 |
<!-- Recently, I wanted to figure out how to use some additional fonts that |
5 |
<!-- Recently, I wanted to figure out how to use some additional fonts that |
| 6 |
I had accumulated. I finally figured out *how to do it* from the various |
6 |
I had accumulated. I finally figured out *how to do it* from the various |
|
Lines 19-28
Link Here
|
| 19 |
and I would welcome being corrected. |
19 |
and I would welcome being corrected. |
| 20 |
--> |
20 |
--> |
| 21 |
|
21 |
|
| 22 |
<book> |
22 |
<article> |
| 23 |
|
23 |
|
| 24 |
<bookinfo> |
24 |
<artheader> |
| 25 |
<bookbiblio> |
|
|
| 26 |
<title>Fonts and FreeBSD</title> |
25 |
<title>Fonts and FreeBSD</title> |
| 27 |
<subtitle>A Tutorial</subtitle> |
26 |
<subtitle>A Tutorial</subtitle> |
| 28 |
|
27 |
|
|
Lines 44-53
Link Here
|
| 44 |
the syscons display to 80x60 mode, and for using type 1 fonts with |
43 |
the syscons display to 80x60 mode, and for using type 1 fonts with |
| 45 |
the above application programs.</para></abstract> |
44 |
the above application programs.</para></abstract> |
| 46 |
|
45 |
|
| 47 |
</bookbiblio> |
46 |
</artheader> |
| 48 |
</bookinfo> |
|
|
| 49 |
|
47 |
|
| 50 |
<chapter> |
48 |
<sect1> |
| 51 |
<title>Introduction</title> |
49 |
<title>Introduction</title> |
| 52 |
|
50 |
|
| 53 |
<para>There are many sources of fonts available, and one might ask |
51 |
<para>There are many sources of fonts available, and one might ask |
|
Lines 57-65
Link Here
|
| 57 |
an attempt to provide a shortcut for others who might be |
55 |
an attempt to provide a shortcut for others who might be |
| 58 |
interested.</para> |
56 |
interested.</para> |
| 59 |
|
57 |
|
| 60 |
</chapter> |
58 |
</sect1> |
| 61 |
|
59 |
|
| 62 |
<chapter> |
60 |
<sect1> |
| 63 |
<title>Basic terminology</title> |
61 |
<title>Basic terminology</title> |
| 64 |
|
62 |
|
| 65 |
<para>There are many different font formats and associated font file |
63 |
<para>There are many different font formats and associated font file |
|
Lines 114-122
Link Here
|
| 114 |
files are also used by Windows. I know of no way to use this font |
112 |
files are also used by Windows. I know of no way to use this font |
| 115 |
format with FreeBSD.</para> |
113 |
format with FreeBSD.</para> |
| 116 |
|
114 |
|
| 117 |
</chapter> |
115 |
</sect1> |
| 118 |
|
116 |
|
| 119 |
<chapter> |
117 |
<sect1> |
| 120 |
<title>What font formats can I use?</title> |
118 |
<title>What font formats can I use?</title> |
| 121 |
|
119 |
|
| 122 |
<para>Which font file format is useful depends on the application |
120 |
<para>Which font file format is useful depends on the application |
|
Lines 196-204
Link Here
|
| 196 |
<filename>.fnt</filename> files other than those provided with |
194 |
<filename>.fnt</filename> files other than those provided with |
| 197 |
FreeBSD.</para> |
195 |
FreeBSD.</para> |
| 198 |
|
196 |
|
| 199 |
</chapter> |
197 |
</sect1> |
| 200 |
|
198 |
|
| 201 |
<chapter> |
199 |
<sect1> |
| 202 |
<title>Setting a virtual console to 80x60 line mode</title> |
200 |
<title>Setting a virtual console to 80x60 line mode</title> |
| 203 |
|
201 |
|
| 204 |
<para>First, a 8x8 font must be loaded. |
202 |
<para>First, a 8x8 font must be loaded. |
|
Lines 263-271
Link Here
|
| 263 |
<citerefentry><refentrytitle>stty</><manvolnum>1</></>, |
261 |
<citerefentry><refentrytitle>stty</><manvolnum>1</></>, |
| 264 |
<citerefentry><refentrytitle>vidcontrol</><manvolnum>1</></>.</para> |
262 |
<citerefentry><refentrytitle>vidcontrol</><manvolnum>1</></>.</para> |
| 265 |
|
263 |
|
| 266 |
</chapter> |
264 |
</sect1> |
| 267 |
|
265 |
|
| 268 |
<chapter> |
266 |
<sect1> |
| 269 |
<title>Using type 1 fonts with X11</title> |
267 |
<title>Using type 1 fonts with X11</title> |
| 270 |
|
268 |
|
| 271 |
<para>X11 can use either the <filename>.pfa</filename> or the |
269 |
<para>X11 can use either the <filename>.pfa</filename> or the |
|
Lines 460-468
Link Here
|
| 460 |
<citetitle>The X Windows System in a Nutshell</>, <ulink |
458 |
<citetitle>The X Windows System in a Nutshell</>, <ulink |
| 461 |
URL="http://www.ora.com/">O'Reilly & Associates</ulink>.</para> |
459 |
URL="http://www.ora.com/">O'Reilly & Associates</ulink>.</para> |
| 462 |
|
460 |
|
| 463 |
</chapter> |
461 |
</sect1> |
| 464 |
|
462 |
|
| 465 |
<chapter> |
463 |
<sect1> |
| 466 |
<title>Using type 1 fonts with Ghostscript</title> |
464 |
<title>Using type 1 fonts with Ghostscript</title> |
| 467 |
|
465 |
|
| 468 |
<para>Ghostscript references a font via its <filename>Fontmap</> |
466 |
<para>Ghostscript references a font via its <filename>Fontmap</> |
|
Lines 505-513
Link Here
|
| 505 |
<para>References: <filename>fonts.txt</filename> in the Ghostscript |
503 |
<para>References: <filename>fonts.txt</filename> in the Ghostscript |
| 506 |
4.01 distribution</para> |
504 |
4.01 distribution</para> |
| 507 |
|
505 |
|
| 508 |
</chapter> |
506 |
</sect1> |
| 509 |
|
507 |
|
| 510 |
<chapter> |
508 |
<sect1> |
| 511 |
<title>Using type 1 fonts with Groff</title> |
509 |
<title>Using type 1 fonts with Groff</title> |
| 512 |
|
510 |
|
| 513 |
<para>Now that the new font can be used by both X11 and Ghostscript, |
511 |
<para>Now that the new font can be used by both X11 and Ghostscript, |
|
Lines 627-635
Link Here
|
| 627 |
<citerefentry><refentrytitle>groff_char</><manvolnum>5</></>, |
625 |
<citerefentry><refentrytitle>groff_char</><manvolnum>5</></>, |
| 628 |
<citerefentry><refentrytitle>pfbtops</><manvolnum>1</></>.</para> |
626 |
<citerefentry><refentrytitle>pfbtops</><manvolnum>1</></>.</para> |
| 629 |
|
627 |
|
| 630 |
</chapter> |
628 |
</sect1> |
| 631 |
|
629 |
|
| 632 |
<chapter> |
630 |
<sect1> |
| 633 |
<title>Converting TrueType fonts to a groff/postscript format for |
631 |
<title>Converting TrueType fonts to a groff/postscript format for |
| 634 |
groff</title> |
632 |
groff</title> |
| 635 |
|
633 |
|
|
Lines 818-826
Link Here
|
| 818 |
<citerefentry><refentrytitle>gs</><manvolnum>1</></>.</para> |
816 |
<citerefentry><refentrytitle>gs</><manvolnum>1</></>.</para> |
| 819 |
</listitem> |
817 |
</listitem> |
| 820 |
</orderedlist> |
818 |
</orderedlist> |
| 821 |
</chapter> |
819 |
</sect1> |
| 822 |
|
820 |
|
| 823 |
<chapter> |
821 |
<sect1> |
| 824 |
<title>Can TrueType fonts be used with other programs?</title> |
822 |
<title>Can TrueType fonts be used with other programs?</title> |
| 825 |
|
823 |
|
| 826 |
<para>The TrueType font format is used by Windows, Windows 95, and |
824 |
<para>The TrueType font format is used by Windows, Windows 95, and |
|
Lines 882-890
Link Here
|
| 882 |
</ulink> is a good starting point for information on these and other |
880 |
</ulink> is a good starting point for information on these and other |
| 883 |
free TrueType projects. |
881 |
free TrueType projects. |
| 884 |
</para> |
882 |
</para> |
| 885 |
</chapter> |
883 |
</sect1> |
| 886 |
|
884 |
|
| 887 |
<chapter> |
885 |
<sect1> |
| 888 |
<title>Where can additional fonts be obtained?</title> |
886 |
<title>Where can additional fonts be obtained?</title> |
| 889 |
|
887 |
|
| 890 |
<para>Many fonts are available on the Internet. They are either |
888 |
<para>Many fonts are available on the Internet. They are either |
|
Lines 914-922
Link Here
|
| 914 |
|
912 |
|
| 915 |
</itemizedlist></para> |
913 |
</itemizedlist></para> |
| 916 |
|
914 |
|
| 917 |
</chapter> |
915 |
</sect1> |
| 918 |
|
916 |
|
| 919 |
<chapter> |
917 |
<sect1> |
| 920 |
<title>Additional questions</title> |
918 |
<title>Additional questions</title> |
| 921 |
|
919 |
|
| 922 |
<para> |
920 |
<para> |
|
Lines 947-951
Link Here
|
| 947 |
</itemizedlist> |
945 |
</itemizedlist> |
| 948 |
</para> |
946 |
</para> |
| 949 |
|
947 |
|
| 950 |
</chapter> |
948 |
</sect1> |
| 951 |
</book> |
949 |
</article> |