Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

t1dotlessj(1) [debian man page]

T1DOTLESSJ(1)						      General Commands Manual						     T1DOTLESSJ(1)

NAME
t1dotlessj - create a dotless-j PostScript Type 1 font SYNOPSIS
t1dotlessj [OPTIONS...] font [outputfile] DESCRIPTION
T1dotlessj creates a PostScript Type 1 font whose only character is a dotless 'j' matching the input font's design. It works simply by removing the dot from the input font's 'j'. The output font has three characters: '.notdef', 'space', and 'uni0237', where 'uni0237' is the dotless 'j'. The command fails if the input font already has a dotless 'j' character, or if there seems to be no dot to remove. T1dotlessj writes the created PFA or PFB font to the standard output (but see the --output option); if no input file is supplied, it reads a PFA or PFB font from the standard input. OPTIONS
--output=file, -o file Send output to file instead of standard output. --pfb, -b Output a PFB font. This is the default. --pfa, -a Output a PFA font. --name=name, -n name Set the output font's PostScript name to name. The default is InputFontNameLCDFJ. -q, --quiet Do not generate any error messages. -h, --help Print usage information and exit. -v, --version Print the version number and some short non-warranty information and exit. RETURN VALUES
T1dotlessj exits with one of the following values: 0 A dotless-j font was successfully generated. 1 The font already contained a dotless-j character. 2 The font's "j" character had no dot to remove. 3 The font had no "j" character. >3 An error occurred. SEE ALSO
Adobe Type 1 Font Format AUTHOR
Eddie Kohler (ekohler@gmail.com) Version 2.92 LCDF Typetools T1DOTLESSJ(1)

Check Out this Related Man Page

T1MAC(1)						      General Commands Manual							  T1MAC(1)

NAME
t1mac - translate a PFA or PFB PostScript Type 1 font into Macintosh format SYNOPSIS
t1mac [--macbinary | --applesingle | --appledouble | --binhex | --raw] [--filename name] [input [output]] DESCRIPTION
t1mac reads a PFA (hexadecimal) or PFB (binary) PostScript Type 1 font file and generates an equivalent Macintosh Type 1 font file. The output file can be in MacBinary II, AppleSingle, AppleDouble, or BinHex format, or it can be a raw resource fork. The default is MacBinary II; use an option to choose a different format. If the output file is not specified output goes to the standard output. WARNING: The output of t1mac is not sufficient to use the font, since Macintoshes can't read raw Type 1 fonts. You will need to create a font suitcase containing bitmap fonts if you do not have such a suitcase for the font already. t1mac cannot help you do this. OPTIONS
--raw, -r Indicates that output should be a raw resource fork. --macbinary Indicates that output should be in MacBinary I or II format. This is the default. --applesingle Indicates that output should be in AppleSingle format. --appledouble Indicates that output should be in AppleDouble format. --binhex Indicates that output should be in BinHex 4.0 format. --filename=name, -n name Sets the Macintosh filename of the output font to name. The default is to construct the filename from the font's name using estab- lished Macintosh conventions. This option is not useful when output is a raw resource fork. SEE ALSO
t1unmac(1), t1ascii(1), t1binary(1), t1asm(1), t1disasm(1) AUTHORS
Eddie Kohler (ekohler@gmail.com) Version 1.37 T1MAC(1)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Character set for Symbol.pfa font

Hi, I want to know about the characters that are available in the Symbol.pfa font file. I am using freetype library to render the fonts in Windows. What encoding should I provide to get all the symbols in the Symbol font file? It would be very helpful if i get all the characters in this... (0 Replies)
Discussion started by: pushpagiri
0 Replies

2. Shell Programming and Scripting

Script to remove first character if it is zero

Hi All, I have a input like this. 01 i want the output like this. 1 But if the input file is like 11 i should not do anything. Can anyone please help to get a command to do this. thanks, Giri. ---------- Post updated at 02:11 AM ---------- Previous update was at 02:04 AM ----------... (5 Replies)
Discussion started by: girish.raos
5 Replies