CHR (Borland font)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Fonts |extensions={{ext|chr}} }} '''CHR''' is a stroked font format associated with the Borland Graphics Interface (BGI) graphics l...") |
m |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|chr}} | |extensions={{ext|chr}} | ||
}} | }} | ||
− | '''CHR''' is a stroked font format associated with the Borland Graphics Interface (BGI) graphics library. | + | '''CHR''' is a stroked font format associated with the [[Borland Graphics Interface]] (BGI) graphics library. |
+ | |||
+ | == Identification == | ||
+ | Files begin with <code>'P' 'K' 0x08 0x08 'B' 'G' 'I' ' '</code>. (Despite the similar signature, CHR is not related to [[ZIP]].) | ||
== Specifications == | == Specifications == | ||
Line 14: | Line 17: | ||
== Links == | == Links == | ||
* [[Wikipedia:Borland Graphics Interface]] | * [[Wikipedia:Borland Graphics Interface]] | ||
+ | |||
+ | [[Category:Borland]] |
Latest revision as of 14:55, 24 March 2016
CHR is a stroked font format associated with the Borland Graphics Interface (BGI) graphics library.
Contents |
[edit] Identification
Files begin with 'P' 'K' 0x08 0x08 'B' 'G' 'I' ' '
. (Despite the similar signature, CHR is not related to ZIP.)