PK font
From Just Solve the File Format Problem
(Difference between revisions)
Tomodachi94 (Talk | contribs) m (Revert) |
(→Software) |
||
Line 24: | Line 24: | ||
* [ftp://ftp.cs.tu-berlin.de/pub/TeX/TeX-3.141/Unsupported/MFpxl/CMFpxlware/ pktopx/pxtopk in C] | * [ftp://ftp.cs.tu-berlin.de/pub/TeX/TeX-3.141/Unsupported/MFpxl/CMFpxlware/ pktopx/pxtopk in C] | ||
* [[Metafont]] (GFtoPK, PKtoPX, PXtoPK) | * [[Metafont]] (GFtoPK, PKtoPX, PXtoPK) | ||
+ | * {{Deark}} | ||
== Sample files == | == Sample files == |
Revision as of 22:58, 17 October 2023
Packed Font File Format (PK) is a bitmap font format associated with Metafont and TeX.
Contents |
Identifiers
The file extension is usually a number (of dots per inch), followed by "pk".
Identification
Files begin with f7 59
. The last byte has decimal code 245 or 246; if 246 then it ends with a code 245 followed by one or more of code 246.
See also
Specifications
- Packed (PK) Font File Format
- PK Font Compression
- LaTeX font encodings - Documents some of the character encodings that PK fonts might use
Software
- Netpbm: pbmtopk, pktopbm
- pktopx/pxtopk in C
- Metafont (GFtoPK, PKtoPX, PXtoPK)
- Deark