1T1DOTLESSJ(1) General Commands Manual T1DOTLESSJ(1)
2
3
4
6 t1dotlessj - create a dotless-j PostScript Type 1 font
7
9 t1dotlessj [OPTIONS...] font [outputfile]
10
12 T1dotlessj creates a PostScript Type 1 font whose only character is a
13 dotless 'j' matching the input font's design. It works simply by
14 removing the dot from the input font's 'j'. The output font has three
15 characters: '.notdef', 'space', and 'uni0237', where 'uni0237' is the
16 dotless 'j'. The command fails if the input font already has a dotless
17 'j' character, or if there seems to be no dot to remove. T1dotlessj
18 writes the created PFA or PFB font to the standard output (but see the
19 --output option); if no input file is supplied, it reads a PFA or PFB
20 font from the standard input.
21
23 --output=file, -o file
24 Send output to file instead of standard output.
25
26 --pfb, -b
27 Output a PFB font. This is the default.
28
29 --pfa, -a
30 Output a PFA font.
31
32 --name=name, -n name
33 Set the output font's PostScript name to name. The default is
34 InputFontNameLCDFJ.
35
36 -q, --quiet
37 Do not generate any error messages.
38
39 -h, --help
40 Print usage information and exit.
41
42 -v, --version
43 Print the version number and some short non-warranty information
44 and exit.
45
47 T1dotlessj exits with one of the following values:
48
49 0 A dotless-j font was successfully generated.
50
51 1 The font already contained a dotless-j character.
52
53 2 The font's "j" character had no dot to remove.
54
55 3 The font had no "j" character.
56
57 >3 An error occurred.
58
60 Adobe Type 1 Font Format
61
63 Eddie Kohler (ekohler@gmail.com)
64
65
66
67Version 2.107 LCDF Typetools T1DOTLESSJ(1)