summaryrefslogtreecommitdiff
path: root/ufond.1
blob: 4e928dfeb1c7e6121e42aa03caaf1945ecacef70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.ds Ps P\s-2OST\s+2S\s-2CRIPT\s+2
.TH UFOND 1 "23 October 2002"
.SH NAME
ufond \-  convert UNIX font files into Macintosh format
.SH SYNOPSIS
.B ufond
.RB [ \-dfont ]
.RB [ \-macbin ]
.RB [ \-res ]
.RB [ \-script 
.IR name ]
.BR  fontfile ...
.SH DESCRIPTION
The program
.B ufond
takes UNIX font files,
wraps them in a Macintosh resource fork,
creates a family for them,
and then wraps that in a macbinary or binhex file. 
.LP
The program reads one or more font files,
specified at the end of the command line, 
using any of the following formats:
.TP
Glyph Bitmap Distribution (.bdf)
.TP
TrueType (.ttf)
.TP
OpenType (.otf)
.TP
\*(Ps Binary format (.pfb)
.LP
All fonts with the same font family name will be placed in the same FOND. 
The program associates the name of a \*(Ps font with a bitmap font, 
as well as handling bold, italic, and other variants properly.
.LP
The generated Macintosh files will be in one of three formats:
.TP
MacBinary (default)
.TP
dfont (data fork resource file format, used by MacOS X) 
.TP
bare resource fork (you have to know how to transform this into a real resource fork)
.LP
The program normally assumes that your fonts are in the roman script system. 
If this is not true you may specify a script directly. 
The program knows the names of a few scripts
(greek, cyrillic, hebrew, arabic) 
which may be entered directly;
otherwise you must know the Macintosh script number. 
.\" more information about Macintosh scripts is important here
.SH OPTIONS
.TP
.B \-dfont 
Generate Macintosh files in dfont format.
.TP
.B \-macbin 
Generate Macintosh files in MacBinary format.
.TP
.B \-res
Generate Macintosh files in resource format.
.TP
.BI \-script " name" 
Specify the Macintosh script number.
.SH AUTHOR
George Williams (gww@silcom.com).
.LP
Manual page by
Ziying Sherwin (sherwin@nlm.nih.gov) and
R.P.C Rodgers (rodgers@nlm.nih.gov),
Lister Hill National Center for Biomedical Communications,
U.S. National Library of Medicine.
.\" end of manual page