t1utils 1.41-4build3 source package in Ubuntu

Changelog

t1utils (1.41-4build3) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:20:39 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
text
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main text
Noble release main text

Downloads

File Size SHA-256 Checksum
t1utils_1.41.orig.tar.gz 172.4 KiB fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427
t1utils_1.41-4build3.debian.tar.xz 6.7 KiB 2d29d4907ea1649dd7f83d12986b8c37f65467cc32f5cb5dd87a8da6048fca78
t1utils_1.41-4build3.dsc 1.9 KiB b4d46c869ece9c7a6b7ea508add78ec842efd43209bb2f34eadb8fa96d0f5584

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