403Webshell
Server IP : 185.11.201.71  /  Your IP : 192.168.7.18
Web Server : Apache/2.4.29 (Ubuntu)
System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
User : tech ( 1000)
PHP Version : 7.4.28
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/doc/t1utils/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/doc/t1utils/README.md
T1utils
=======

T1utils is a collection of simple programs for manipulating PostScript Type 1
fonts. Together, they allow you to convert between PFA (ASCII) and PFB
(binary) formats, disassemble PFA or PFB files into human-readable form, and
reassemble them into PFA or PFB format. Additionally you can extract font
resources from a Macintosh font file or create a Macintosh Type 1 font file
from a PFA or PFB font.

There are currently six programs:

* **t1ascii**: Converts PFB files to PFA format.

* **t1binary**: Converts PFA files to PFB format.

* **t1disasm**: Disassembles a Type 1 font (PFA or PFB format) into a
  raw, human-readable text form for subsequent hand editing, tweaking, hint
  fixing, and so forth.

* **t1asm**: Assembles the human-readable t1disasm text form into a Type 1
  font in PFA or PFB format.

* **t1unmac**: Extracts POST resources from a Macintosh Type 1 font file into
  PFA or PFB format for use outside the Macintosh environment. The Macintosh
  file should be stored in MacBinary, AppleSingle, AppleDouble, or BinHex
  format, or as a raw resource fork. Note that t1unmac does not have to run on
  a Macintosh.

* **t1mac**: Creates a Macintosh Type 1 file from a PFA or PFB-format Type 1
  font. Writes the Macintosh file in MacBinary, AppleSingle, AppleDouble, or
  BinHex format, or as a raw resource fork. WARNING: This will not suffice to
  use the new font on a Macintosh, as Macintoshes cannot 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. T1utils cannot help
  you do this.

Installation
------------

You need an ANSI C compiler, such as gcc.

Just type `./configure`, then `make`. `make install` will build and install
the utilities and their manual pages.

`./configure` accepts the usual options. See `INSTALL` for more details. The
most commonly used option is `--prefix`, which can be used to install the
utilities in a place other than /usr/local.

Copyright and license
---------------------

The original t1utils were (c) 1992 I. Lee Hetherington, <ilh@lcs.mit.edu>.
Changes since version 1.2 are (c) 1998-2017 Eddie Kohler. Distribution is
under the Click LICENSE, a BSD-like license described in the LICENSE file in
this directory.

Note that these tools should not be used to illegally copy Type 1 font
programs. Typeface design is an intricate art that should be rewarded.

Eddie Kohler, ekohler@gmail.com

Youez - 2016 - github.com/yon3zu
LinuXploit