t1utils 1.42-ok1 source package in openKylin

Changelog

t1utils (1.42-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Sat, 17 Sep 2022 14:47:53 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
text
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main text
Nile V2.0 release main text
Yangtze V1.0 release main text
Yangtze V1.0 proposed main text

Downloads

File Size SHA-256 Checksum
t1utils_1.42.orig.tar.gz 67.1 KiB 3ae7842a5a345ad938309528c23fc0668d2950822197cb9e0ff95a36fc700e8f
t1utils_1.42-ok1.debian.tar.xz 4.0 KiB 2d18c4747f1a610711ae1434aa9bc52e46e7f1598a0fa025643f2578e90baa15
t1utils_1.42-ok1.dsc 1.6 KiB edba2232bf23e4b8063d24ad42a8bfb8fd15ee72687778abeb5b8e631e5b43d4

Available diffs

View changes file

Binary packages built by this source

t1utils: Collection of simple Type 1 font manipulation programs

 The t1utils tools allow you to convert between PFA (ASCII) and PFB
 (binary) formats; disassemble PFA or PFB files into human-readable
 form; and reassemble the human-readable files into PFA or PFB format
 files. You can also extract font resources from a Macintosh font
 file (ATM/Laserwriter), 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, etcetera...
 .
  t1asm Assembles a Type 1 font into PFA or PFB format from
            the human-readable form produced by t1disasm.
 .
  t1unmac Extracts POST resources from a Macintosh Type 1 font file
            (ATM/Laserwriter) 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, but makes Macintosh Type 1
            fonts available for use on Unix machines and PCs.
 .
  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 tool will not suffice to
            allow you 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 already have such a suitcase for the font, T1utils
            will not help you create one.

t1utils-dbgsym: debug symbols for t1utils