Fonts and FreeBSD

A Tutorial

Dave Bodenstab


    
  

Revision: 41645
Legal Notice
Last modified on Wed Aug 7, 1996 by .
Abstract

This document contains a description of the various font files that may be used with FreeBSD and the syscons driver, X11, 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.


Table of Contents
1. Introduction
2. Basic terminology
3. What font formats can I use?
4. Setting a virtual console to 80x60 line mode
5. Using type 1 fonts with X11
6. Using type 1 fonts with Ghostscript
7. Using type 1 fonts with Groff
8. Converting TrueType fonts to a groff/PostScript format for groff
9. Can TrueType fonts be used with other programs?
10. Where can additional fonts be obtained?
11. Additional questions

1. Introduction

There are many sources of fonts available, and one might ask how they might be used with FreeBSD. The answer can be found by carefully searching the documentation for the component that one 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.

This, and other documents, can be downloaded from http://ftp.FreeBSD.org/pub/FreeBSD/doc/

For questions about FreeBSD, read the documentation before contacting <questions@FreeBSD.org>.

For questions about this documentation, e-mail <doc@FreeBSD.org>.