PK font
From Just Solve the File Format Problem
(Difference between revisions)
Line 5: | Line 5: | ||
}} | }} | ||
'''Packed Font File Format''' ('''PK''') is a bitmap font format associated with Metafont and [[TeX]]. | '''Packed Font File Format''' ('''PK''') is a bitmap font format associated with Metafont and [[TeX]]. | ||
+ | |||
+ | == Identifiers == | ||
+ | The file extension is usually a number, followed by "pk". | ||
== Identification == | == Identification == | ||
Line 24: | Line 27: | ||
* [http://cd.textfiles.com/amigaformat/aformat-28-19980612/-Seriously_Amiga-/Comms/Other/amicas/fonts/tex/pk/ http://cd.textfiles.com/amigaformat/.../tex/pk/] | * [http://cd.textfiles.com/amigaformat/aformat-28-19980612/-Seriously_Amiga-/Comms/Other/amicas/fonts/tex/pk/ http://cd.textfiles.com/amigaformat/.../tex/pk/] | ||
* [http://cd.textfiles.com/infomagic/imagicldr199406/disk2/live/usr/TeX/lib/texmf/fonts/public/cm/pk/cx/ http://cd.textfiles.com/infomagic/.../cm/pk/cx/] | * [http://cd.textfiles.com/infomagic/imagicldr199406/disk2/live/usr/TeX/lib/texmf/fonts/public/cm/pk/cx/ http://cd.textfiles.com/infomagic/.../cm/pk/cx/] | ||
+ | |||
+ | [[Category:File formats with too many extensions]] |
Revision as of 16:22, 29 March 2016
Packed Font File Format (PK) is a bitmap font format associated with Metafont and TeX.
Contents |
Identifiers
The file extension is usually a number, followed by "pk".
Identification
Files begin with f7 59
.
See also
Specifications
Software
- Netpbm: pbmtopk, pktopbm
- pktopx/pxtopk in C
- Metafont (GFtoPK, PKtoPX, PXtoPK)