PCF
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|pcf}} | |extensions={{ext|pcf}} | ||
}} | }} | ||
− | '''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]]. | + | :''For the image format, see [[PCIF]].'' |
+ | |||
+ | '''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]]. | ||
== Identification == | == Identification == | ||
Line 10: | Line 12: | ||
== Specifications == | == Specifications == | ||
− | * [ | + | * [https://fontforge.org/docs/techref/pcf-format.html 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] | ||
+ | |||
+ | == Sample files == | ||
+ | * http://cd.textfiles.com/x11r6_9503/disk1/Linux/lib/X11/fonts/100dpi/ | ||
+ | * {{DexvertSamples|font/pcf}} | ||
== 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]] |
Latest revision as of 15:25, 28 December 2023
- For the image format, see PCIF.
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 |
[edit] Identification
Files begin with 0x01
"fcp
".
[edit] 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