PCF
From Just Solve the File Format Problem
(Difference between revisions)
(update existing links and add a couple more) |
|||
Line 10: | Line 10: | ||
== Specifications == | == Specifications == | ||
− | * [ | + | * [https://fontforge.github.io/en-US/documentation/reference/pcf-format/ Format for X11 pcf bitmap font files] |
+ | * Appendix D (pgs. 436-450) of [http://books.google.com/books/about/The_X_Window_system_server.html?id=0s5QAAAAYAAJ ''The X Window System Server: X Version 11, Release 5''] by Elias Israel & Erik Fortune, Digital Press, 1992. ISBN 1-55558-096-3 | ||
+ | |||
== Software == | == Software == | ||
* [https://packages.debian.org/source/sid/pcf2bdf pcf2bdf] | * [https://packages.debian.org/source/sid/pcf2bdf pcf2bdf] | ||
+ | * [http://cgit.freedesktop.org/xorg/app/bdftopcf/ bdftopcf] | ||
== Links == | == Links == | ||
* [[Wikipedia:Portable Compiled Format|Wikipedia article]] | * [[Wikipedia:Portable Compiled Format|Wikipedia article]] | ||
− | * [http://www.x.org/archive/X11R7. | + | * [http://www.x.org/archive/X11R7.7/doc/man/man1/bdftopcf.1.xhtml bdftopcf man page] |
[[Category:X Window System]] | [[Category:X Window System]] |
Revision as of 18:02, 27 December 2014
PCF (Portable Compiled Format) is a bitmap font format used by the X Window System. It is more or less a binary version of BDF.
Contents |
Identification
Files begin with 0x01
"fcp
".
Specifications
- Format for X11 pcf bitmap font files
- Appendix D (pgs. 436-450) of The X Window System Server: X Version 11, Release 5 by Elias Israel & Erik Fortune, Digital Press, 1992. ISBN 1-55558-096-3