GEM bitmap font
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Fonts |extensions={{ext|fnt}} }} '''GEM bitmap font''' (or '''GEM GDOS font''') is a font format associated with Atari computers, a...") |
(→Sample files) |
||
(3 intermediate revisions by one user not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Fonts | |subcat=Fonts | ||
− | |extensions={{ext|fnt}} | + | |extensions={{ext|fnt}}, {{ext|gft}} |
}} | }} | ||
'''GEM bitmap font''' (or '''GEM GDOS font''') is a font format associated with Atari computers, and the GEM graphical environment. | '''GEM bitmap font''' (or '''GEM GDOS font''') is a font format associated with Atari computers, and the GEM graphical environment. | ||
+ | |||
+ | == Identification == | ||
+ | There is no simple way to reliably identify a GEM bitmap font file, but the ASCII string "{{magic|UUUU}}" usually appears at offset 62. | ||
== Specifications == | == Specifications == | ||
Line 10: | Line 13: | ||
== Sample files == | == Sample files == | ||
− | * http://cd.textfiles.com/ | + | * http://cd.textfiles.com/geminiatari/FILES/FONTS/GDOS/ |
− | * http://cd.textfiles.com/ | + | * http://cd.textfiles.com/gifgalaxy/NEOPAINT/ → *.GFT |
+ | * {{DexvertSamples|font/gemFont}} | ||
[[Category:Atari computers]] | [[Category:Atari computers]] |
Latest revision as of 15:24, 28 December 2023
GEM bitmap font (or GEM GDOS font) is a font format associated with Atari computers, and the GEM graphical environment.
[edit] Identification
There is no simple way to reliably identify a GEM bitmap font file, but the ASCII string "UUUU
" usually appears at offset 62.