Are there vintage or historical bitmapped fonts available for non-commercial use?












24














I'm looking for a source for one or a few 1-bit black-or-white bitmapped fonts used in the past, available in a set of sizes.



Current incarnations might be available for large LED displays, but those may work best for point LEDs rather than square filled pixels, and ideally these would be something recognizable by some as having historical aspects.



Should be available in a range of sizes.



The application is a small 128x64 pixel OLED display. I currently use Python's PIL which has a "default" font that is just too small for this display. I can also use it to read TrueType fonts, then I down-convert to gray scale then use a threshold to get 1-bit, but it looks ragged. See here and here but here I'm not asking for Chinese characters; even the original ASCII would be helpful.





Example of a 1-bit binary OLED display (128x64 pixels) cropped from this image from the AdaFruit Page Monochrome 0.96" 128x64 OLED graphic display, Product ID: 326.



enter image description here





These days even black-and-white fonts are displayed using grayscale or even color. Zoomed screenshots from my laptop showing that what looks black-and-white isn't. Trying to post-process these back to binary by thresholding can lead to rough edges and strange looking characters.



enter image description hereenter image description here










share|improve this question




















  • 2




    Reminds me of the HD44780 LCD font which I found here: fonts2u.com/hd44780-regular.font
    – LawrenceC
    2 days ago










  • @LawrenceC yes that's definitely the right idea, thanks, but 7 pixels tall is too short for me. It's probably very similar to the "default" font that PIL has already. I'm using thresholded TTFs because I can specify a fontsize first.
    – uhoh
    2 days ago






  • 5




    Mind, the "color" in your up-scaled samples is exploiting the geometry of LCD displays - that's why the font looks clear black at proper scale, but when you upscale it, it no longer works. You can always force rendering without any sub-pixel rendering or anti-aliasing to have pure white+black font, but it doesn't help much - most fonts today look horrible without anti-aliasing. You want a raster font, so buying a raster font (or making your own, it's not that hard) is a better idea.
    – Luaan
    2 days ago






  • 2




    Sub-pixel rendering has always seemed like witchcraft to me.
    – Kelly Thomas
    2 days ago






  • 1




    A related question is superuser.com/questions/329027 .
    – JdeBP
    2 days ago
















24














I'm looking for a source for one or a few 1-bit black-or-white bitmapped fonts used in the past, available in a set of sizes.



Current incarnations might be available for large LED displays, but those may work best for point LEDs rather than square filled pixels, and ideally these would be something recognizable by some as having historical aspects.



Should be available in a range of sizes.



The application is a small 128x64 pixel OLED display. I currently use Python's PIL which has a "default" font that is just too small for this display. I can also use it to read TrueType fonts, then I down-convert to gray scale then use a threshold to get 1-bit, but it looks ragged. See here and here but here I'm not asking for Chinese characters; even the original ASCII would be helpful.





Example of a 1-bit binary OLED display (128x64 pixels) cropped from this image from the AdaFruit Page Monochrome 0.96" 128x64 OLED graphic display, Product ID: 326.



enter image description here





These days even black-and-white fonts are displayed using grayscale or even color. Zoomed screenshots from my laptop showing that what looks black-and-white isn't. Trying to post-process these back to binary by thresholding can lead to rough edges and strange looking characters.



enter image description hereenter image description here










share|improve this question




















  • 2




    Reminds me of the HD44780 LCD font which I found here: fonts2u.com/hd44780-regular.font
    – LawrenceC
    2 days ago










  • @LawrenceC yes that's definitely the right idea, thanks, but 7 pixels tall is too short for me. It's probably very similar to the "default" font that PIL has already. I'm using thresholded TTFs because I can specify a fontsize first.
    – uhoh
    2 days ago






  • 5




    Mind, the "color" in your up-scaled samples is exploiting the geometry of LCD displays - that's why the font looks clear black at proper scale, but when you upscale it, it no longer works. You can always force rendering without any sub-pixel rendering or anti-aliasing to have pure white+black font, but it doesn't help much - most fonts today look horrible without anti-aliasing. You want a raster font, so buying a raster font (or making your own, it's not that hard) is a better idea.
    – Luaan
    2 days ago






  • 2




    Sub-pixel rendering has always seemed like witchcraft to me.
    – Kelly Thomas
    2 days ago






  • 1




    A related question is superuser.com/questions/329027 .
    – JdeBP
    2 days ago














24












24








24


7





I'm looking for a source for one or a few 1-bit black-or-white bitmapped fonts used in the past, available in a set of sizes.



Current incarnations might be available for large LED displays, but those may work best for point LEDs rather than square filled pixels, and ideally these would be something recognizable by some as having historical aspects.



Should be available in a range of sizes.



The application is a small 128x64 pixel OLED display. I currently use Python's PIL which has a "default" font that is just too small for this display. I can also use it to read TrueType fonts, then I down-convert to gray scale then use a threshold to get 1-bit, but it looks ragged. See here and here but here I'm not asking for Chinese characters; even the original ASCII would be helpful.





Example of a 1-bit binary OLED display (128x64 pixels) cropped from this image from the AdaFruit Page Monochrome 0.96" 128x64 OLED graphic display, Product ID: 326.



enter image description here





These days even black-and-white fonts are displayed using grayscale or even color. Zoomed screenshots from my laptop showing that what looks black-and-white isn't. Trying to post-process these back to binary by thresholding can lead to rough edges and strange looking characters.



enter image description hereenter image description here










share|improve this question















I'm looking for a source for one or a few 1-bit black-or-white bitmapped fonts used in the past, available in a set of sizes.



Current incarnations might be available for large LED displays, but those may work best for point LEDs rather than square filled pixels, and ideally these would be something recognizable by some as having historical aspects.



Should be available in a range of sizes.



The application is a small 128x64 pixel OLED display. I currently use Python's PIL which has a "default" font that is just too small for this display. I can also use it to read TrueType fonts, then I down-convert to gray scale then use a threshold to get 1-bit, but it looks ragged. See here and here but here I'm not asking for Chinese characters; even the original ASCII would be helpful.





Example of a 1-bit binary OLED display (128x64 pixels) cropped from this image from the AdaFruit Page Monochrome 0.96" 128x64 OLED graphic display, Product ID: 326.



enter image description here





These days even black-and-white fonts are displayed using grayscale or even color. Zoomed screenshots from my laptop showing that what looks black-and-white isn't. Trying to post-process these back to binary by thresholding can lead to rough edges and strange looking characters.



enter image description hereenter image description here







licensing font






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited yesterday









chicks

153110




153110










asked 2 days ago









uhoh

432413




432413








  • 2




    Reminds me of the HD44780 LCD font which I found here: fonts2u.com/hd44780-regular.font
    – LawrenceC
    2 days ago










  • @LawrenceC yes that's definitely the right idea, thanks, but 7 pixels tall is too short for me. It's probably very similar to the "default" font that PIL has already. I'm using thresholded TTFs because I can specify a fontsize first.
    – uhoh
    2 days ago






  • 5




    Mind, the "color" in your up-scaled samples is exploiting the geometry of LCD displays - that's why the font looks clear black at proper scale, but when you upscale it, it no longer works. You can always force rendering without any sub-pixel rendering or anti-aliasing to have pure white+black font, but it doesn't help much - most fonts today look horrible without anti-aliasing. You want a raster font, so buying a raster font (or making your own, it's not that hard) is a better idea.
    – Luaan
    2 days ago






  • 2




    Sub-pixel rendering has always seemed like witchcraft to me.
    – Kelly Thomas
    2 days ago






  • 1




    A related question is superuser.com/questions/329027 .
    – JdeBP
    2 days ago














  • 2




    Reminds me of the HD44780 LCD font which I found here: fonts2u.com/hd44780-regular.font
    – LawrenceC
    2 days ago










  • @LawrenceC yes that's definitely the right idea, thanks, but 7 pixels tall is too short for me. It's probably very similar to the "default" font that PIL has already. I'm using thresholded TTFs because I can specify a fontsize first.
    – uhoh
    2 days ago






  • 5




    Mind, the "color" in your up-scaled samples is exploiting the geometry of LCD displays - that's why the font looks clear black at proper scale, but when you upscale it, it no longer works. You can always force rendering without any sub-pixel rendering or anti-aliasing to have pure white+black font, but it doesn't help much - most fonts today look horrible without anti-aliasing. You want a raster font, so buying a raster font (or making your own, it's not that hard) is a better idea.
    – Luaan
    2 days ago






  • 2




    Sub-pixel rendering has always seemed like witchcraft to me.
    – Kelly Thomas
    2 days ago






  • 1




    A related question is superuser.com/questions/329027 .
    – JdeBP
    2 days ago








2




2




Reminds me of the HD44780 LCD font which I found here: fonts2u.com/hd44780-regular.font
– LawrenceC
2 days ago




Reminds me of the HD44780 LCD font which I found here: fonts2u.com/hd44780-regular.font
– LawrenceC
2 days ago












@LawrenceC yes that's definitely the right idea, thanks, but 7 pixels tall is too short for me. It's probably very similar to the "default" font that PIL has already. I'm using thresholded TTFs because I can specify a fontsize first.
– uhoh
2 days ago




@LawrenceC yes that's definitely the right idea, thanks, but 7 pixels tall is too short for me. It's probably very similar to the "default" font that PIL has already. I'm using thresholded TTFs because I can specify a fontsize first.
– uhoh
2 days ago




5




5




Mind, the "color" in your up-scaled samples is exploiting the geometry of LCD displays - that's why the font looks clear black at proper scale, but when you upscale it, it no longer works. You can always force rendering without any sub-pixel rendering or anti-aliasing to have pure white+black font, but it doesn't help much - most fonts today look horrible without anti-aliasing. You want a raster font, so buying a raster font (or making your own, it's not that hard) is a better idea.
– Luaan
2 days ago




Mind, the "color" in your up-scaled samples is exploiting the geometry of LCD displays - that's why the font looks clear black at proper scale, but when you upscale it, it no longer works. You can always force rendering without any sub-pixel rendering or anti-aliasing to have pure white+black font, but it doesn't help much - most fonts today look horrible without anti-aliasing. You want a raster font, so buying a raster font (or making your own, it's not that hard) is a better idea.
– Luaan
2 days ago




2




2




Sub-pixel rendering has always seemed like witchcraft to me.
– Kelly Thomas
2 days ago




Sub-pixel rendering has always seemed like witchcraft to me.
– Kelly Thomas
2 days ago




1




1




A related question is superuser.com/questions/329027 .
– JdeBP
2 days ago




A related question is superuser.com/questions/329027 .
– JdeBP
2 days ago










6 Answers
6






active

oldest

votes


















33














Try THE OLDSCHOOL PC FONT RESOURCE



Looks positively awesome to me. I started by looking for IBM MDA - the classic 9x14 font, and I found this site.



License is Creative Commons Attribution-ShareAlike 4.0.



I've downloaded the file. Zip contains all the fonts ready to install in Windows. You should be able to convert it to whatever you need, including actual bitmaps - I've done that in the past, though not lately.



This includes dozens of fonts - IBM CGA/EGA/MDA/VGA, ATI, Tandy, Phoenix, etc.






share|improve this answer



















  • 8




    Wow that looks really intriguing, and so ends my productivity for the rest of the day...
    – uhoh
    2 days ago






  • 1




    I am dubious as to if these are validly liscensed. Quoting that page "I do not claim any rights to the original raster fonts on which this work is based. Credit for these goes to their respective designers. The font files in this pack (TTF and FON remakes and enhancements) are © 2016 VileR, and are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." It is not clear to me as to if VileR can actually have copyright rights on the "TTF and FON remakes and enhancements", since they are mechanically dervive from Raster fonts that VileR explictly doesn't own
    – Lyndon White
    yesterday










  • Yeah, this is shady. Someone just scraped fonts and repackaged them.
    – pipe
    yesterday






  • 1




    This is more than just scrape & repackage. There was some real work involved to convert a bitmap for a non-square pixel screen to a scalable font for a square pixel screen. Not rocket scientist work, but not trivial either. Whether that raises licensing issues on the back end (i.e., can you legally copy old bitmap fonts and reuse them that way) or the front end (i.e., do you have any right to attach any license at all to the result) is beyond my pay grade.
    – manassehkatz
    yesterday






  • 4




    In the US (Eltra Corp. vs. Ringer), the shapes of glyphs in a font cannot be copyrighted, only the code used to generate them.
    – dan04
    yesterday



















24














-misc-fixed-* X11 font "family" matches all your criteria - it originated sometime in the 1980s, thus it can be considered retro or vintage, is distributed public domain, comes in several sizes (5x7 seems appropriate for a small LCD display), it is still developped and as a consequence has a reasonable beyond-Latin1 repertoire, the BDF (or PCF) format is easily parsed if necessary, and they are part of X11 core, therefore present in almost all Linux/BSD distributions and still maintained.






share|improve this answer





















  • Thank you very much! I will have a look. I'm not a developer so I may not understand how to use these right away, but I can see there seems to be plenty of documentation and information to read there. These 128x64 OLED displays have a pixel pitch of 170 microns. 7 pixels is 1.2 mm tall and a bit hard for me to read, but I can see that there are several sizes larger than 5x7 pixels there.
    – uhoh
    2 days ago










  • learn.adafruit.com/assets/654 and cdn-shop.adafruit.com/datasheets/UG-2864HSWEG01.pdf
    – uhoh
    2 days ago










  • @uhoh What's the font format your LCD software wants? Parsing BDF is not difficult, but even easier, there is python PIL renderer. Anyway, there are also Linux console fonts, even easier to parse in the SBF format (shameless plug in), but they do not come in many sizes. -misc-fixed comes I think up to size 24. Though had you not asked specifically about retro fonts, I'd recommend otf2bdf - make sure to enable hinting, and I wouldn't worry about aliasing at this display density
    – Radovan Garabík
    yesterday










  • Check the "See here and here but here" links in the question. I just use Python and PIL and I make images, then after that, eventually turn them into lists or numpy arrays. If I can get the 1's and 0's for each character in the font, I don't need PIL at all. The images are so small that there's no need to work with any specific software or image format. My comment means that I might have a hard time understanding how to get at the fonts themselves. I need to go have a look first, maybe it's obvious once I do.
    – uhoh
    yesterday





















14















Are there vintage or historical bitmapped fonts available for non-commercial use?



I'm looking for a source for one or a few 1-bit black-or-white
bitmapped fonts used in the past, available in a set of sizes.




Typefaces are not subject to copyright, at least in the US, so you can do what you want (again, in the US). Bitmapped representations are typefaces.



This is in contrast to "fonts" (such as TrueType), which are considered software that render typefaces.



https://en.wikipedia.org/wiki/Intellectual_property_protection_of_typefaces discusses the different aspects in different countries.




These days even black-and-white fonts are displayed using grayscale or
even color. Zoomed screenshots from my laptop showing that what looks
black-and-white isn't.




These could be artifacts of you underlying display technology, especially for fonts, particularly today with modern high resolution screens. If you happened to have an actual bitmap of pixels in B&W that Just So Happen to look like letters, you would not necessarily be seeing those artifacts. Depends on how the graphics are actually rendered by the underlying software.






share|improve this answer





















  • Thanks, thats a helpful clarification. I'm looking for something that may be used without geographic limitation, so I can't assume within the US but I can research further. fyi I've just asked elsewhere Why does some text on my laptop have gray-scale pixels and some have color pixels?
    – uhoh
    2 days ago












  • The rendering (i.e. set of spline curves) in the font file that describe/define the font are copyright. The shape of the letters is not copyrightable in the US so if you hand-retrace with a different set of splines, your new tracing is your own IP in the US. Not in the rest of the world!. In bitmap fonts I fail to see the difference between the shape and the rendering, so it might be a different kettle of fish.
    – Harper
    2 days ago












  • @Harper I don't know the ins & outs of bitmap licensing. Presumably (hopefully) The Ultimate Oldschool PC Font Resource did look into this properly before posting fonts and adding a CCASA license. But I don't know for sure.
    – manassehkatz
    2 days ago



















10














Damien Guard's series of articles starting with Typography in 8 bits: System fonts has versions of almost all of the old system fonts you might remember.



If you don't mind digging about in ROM images, there are rather more than one lifetime's worth here: https://github.com/phooky/PROM — the Osbourne 1 font is remarkably pretty.



For making true bitmaps from vector fonts, I wouldn't be without otf2bdf. There will be library code for Python to read BDFs, as it's the documented, cross-platform way of describing font bitmaps.



Personal favourite fonts for use on small displays:




  • Acorn BBC Micro teletext font (aka ‘Mode 7’) - output by the Mullard SAA5050, it's been extended in the Bedstead vector font family.


  • Sun Microsystems's Gallant terminal font - effectively a monospaced Times.


  • Atari ST 8×16 font - used in 640×400 "Jackintosh" mono mode. It might just be a standard DR Gem font, though.







share|improve this answer





























    5














    The Amstrad CPC bitmap font is detailed in chapter 7 of the user manual. There is an 8x8 bitmap for each ASCII character.






    share|improve this answer

















    • 2




      That was what I thought too. A bit of searching turns up fontstruct.com/fontstructions/show/25590/amstrad_cpc_extended (see note about errata).
      – Peter Taylor
      2 days ago






    • 1




      The Amstrad PC1512 8x8 font is included in The Oldschool PC Font Resource.
      – manassehkatz
      2 days ago






    • 2




      way to fıll up a user's manual :)
      – Sedat Kapanoglu
      2 days ago






    • 1




      The Epson FX80 manual also has the entire character set in there, if memory serves. Also the SAA5050 data sheet includes a dump of the contents of the ROM of the teletext character set, plus a description of the algorithm that doubles the ROM's pixel count for display. But I feel like it's probably a little vague.
      – Tommy
      yesterday



















    3














    The bitmap fonts that come with http://x3270.bgp.nu/documentation-faq.html are licensed under the same MIT-like terms the program is under. Some of them are too large for your application, but there is one that's 8 pixels tall. If you download the source tarfile, it'll have the .bdf fonts inside it.



    You can probably just grab the Signetics characters that were copied into the Apple II (it was the chargen ROM used in the Apple I), MSX, NEC PC-8000 and countless other computers of that time. Check https://www.mamedev.org/ or http://mess.redump.net/.






    share|improve this answer










    New contributor




    rbanffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.


















    • these sound excellent, I will check them out today, thanks!
      – uhoh
      3 hours ago











    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "648"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f8627%2fare-there-vintage-or-historical-bitmapped-fonts-available-for-non-commercial-use%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    6 Answers
    6






    active

    oldest

    votes








    6 Answers
    6






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    33














    Try THE OLDSCHOOL PC FONT RESOURCE



    Looks positively awesome to me. I started by looking for IBM MDA - the classic 9x14 font, and I found this site.



    License is Creative Commons Attribution-ShareAlike 4.0.



    I've downloaded the file. Zip contains all the fonts ready to install in Windows. You should be able to convert it to whatever you need, including actual bitmaps - I've done that in the past, though not lately.



    This includes dozens of fonts - IBM CGA/EGA/MDA/VGA, ATI, Tandy, Phoenix, etc.






    share|improve this answer



















    • 8




      Wow that looks really intriguing, and so ends my productivity for the rest of the day...
      – uhoh
      2 days ago






    • 1




      I am dubious as to if these are validly liscensed. Quoting that page "I do not claim any rights to the original raster fonts on which this work is based. Credit for these goes to their respective designers. The font files in this pack (TTF and FON remakes and enhancements) are © 2016 VileR, and are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." It is not clear to me as to if VileR can actually have copyright rights on the "TTF and FON remakes and enhancements", since they are mechanically dervive from Raster fonts that VileR explictly doesn't own
      – Lyndon White
      yesterday










    • Yeah, this is shady. Someone just scraped fonts and repackaged them.
      – pipe
      yesterday






    • 1




      This is more than just scrape & repackage. There was some real work involved to convert a bitmap for a non-square pixel screen to a scalable font for a square pixel screen. Not rocket scientist work, but not trivial either. Whether that raises licensing issues on the back end (i.e., can you legally copy old bitmap fonts and reuse them that way) or the front end (i.e., do you have any right to attach any license at all to the result) is beyond my pay grade.
      – manassehkatz
      yesterday






    • 4




      In the US (Eltra Corp. vs. Ringer), the shapes of glyphs in a font cannot be copyrighted, only the code used to generate them.
      – dan04
      yesterday
















    33














    Try THE OLDSCHOOL PC FONT RESOURCE



    Looks positively awesome to me. I started by looking for IBM MDA - the classic 9x14 font, and I found this site.



    License is Creative Commons Attribution-ShareAlike 4.0.



    I've downloaded the file. Zip contains all the fonts ready to install in Windows. You should be able to convert it to whatever you need, including actual bitmaps - I've done that in the past, though not lately.



    This includes dozens of fonts - IBM CGA/EGA/MDA/VGA, ATI, Tandy, Phoenix, etc.






    share|improve this answer



















    • 8




      Wow that looks really intriguing, and so ends my productivity for the rest of the day...
      – uhoh
      2 days ago






    • 1




      I am dubious as to if these are validly liscensed. Quoting that page "I do not claim any rights to the original raster fonts on which this work is based. Credit for these goes to their respective designers. The font files in this pack (TTF and FON remakes and enhancements) are © 2016 VileR, and are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." It is not clear to me as to if VileR can actually have copyright rights on the "TTF and FON remakes and enhancements", since they are mechanically dervive from Raster fonts that VileR explictly doesn't own
      – Lyndon White
      yesterday










    • Yeah, this is shady. Someone just scraped fonts and repackaged them.
      – pipe
      yesterday






    • 1




      This is more than just scrape & repackage. There was some real work involved to convert a bitmap for a non-square pixel screen to a scalable font for a square pixel screen. Not rocket scientist work, but not trivial either. Whether that raises licensing issues on the back end (i.e., can you legally copy old bitmap fonts and reuse them that way) or the front end (i.e., do you have any right to attach any license at all to the result) is beyond my pay grade.
      – manassehkatz
      yesterday






    • 4




      In the US (Eltra Corp. vs. Ringer), the shapes of glyphs in a font cannot be copyrighted, only the code used to generate them.
      – dan04
      yesterday














    33












    33








    33






    Try THE OLDSCHOOL PC FONT RESOURCE



    Looks positively awesome to me. I started by looking for IBM MDA - the classic 9x14 font, and I found this site.



    License is Creative Commons Attribution-ShareAlike 4.0.



    I've downloaded the file. Zip contains all the fonts ready to install in Windows. You should be able to convert it to whatever you need, including actual bitmaps - I've done that in the past, though not lately.



    This includes dozens of fonts - IBM CGA/EGA/MDA/VGA, ATI, Tandy, Phoenix, etc.






    share|improve this answer














    Try THE OLDSCHOOL PC FONT RESOURCE



    Looks positively awesome to me. I started by looking for IBM MDA - the classic 9x14 font, and I found this site.



    License is Creative Commons Attribution-ShareAlike 4.0.



    I've downloaded the file. Zip contains all the fonts ready to install in Windows. You should be able to convert it to whatever you need, including actual bitmaps - I've done that in the past, though not lately.



    This includes dozens of fonts - IBM CGA/EGA/MDA/VGA, ATI, Tandy, Phoenix, etc.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited 2 days ago

























    answered 2 days ago









    manassehkatz

    1,974317




    1,974317








    • 8




      Wow that looks really intriguing, and so ends my productivity for the rest of the day...
      – uhoh
      2 days ago






    • 1




      I am dubious as to if these are validly liscensed. Quoting that page "I do not claim any rights to the original raster fonts on which this work is based. Credit for these goes to their respective designers. The font files in this pack (TTF and FON remakes and enhancements) are © 2016 VileR, and are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." It is not clear to me as to if VileR can actually have copyright rights on the "TTF and FON remakes and enhancements", since they are mechanically dervive from Raster fonts that VileR explictly doesn't own
      – Lyndon White
      yesterday










    • Yeah, this is shady. Someone just scraped fonts and repackaged them.
      – pipe
      yesterday






    • 1




      This is more than just scrape & repackage. There was some real work involved to convert a bitmap for a non-square pixel screen to a scalable font for a square pixel screen. Not rocket scientist work, but not trivial either. Whether that raises licensing issues on the back end (i.e., can you legally copy old bitmap fonts and reuse them that way) or the front end (i.e., do you have any right to attach any license at all to the result) is beyond my pay grade.
      – manassehkatz
      yesterday






    • 4




      In the US (Eltra Corp. vs. Ringer), the shapes of glyphs in a font cannot be copyrighted, only the code used to generate them.
      – dan04
      yesterday














    • 8




      Wow that looks really intriguing, and so ends my productivity for the rest of the day...
      – uhoh
      2 days ago






    • 1




      I am dubious as to if these are validly liscensed. Quoting that page "I do not claim any rights to the original raster fonts on which this work is based. Credit for these goes to their respective designers. The font files in this pack (TTF and FON remakes and enhancements) are © 2016 VileR, and are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." It is not clear to me as to if VileR can actually have copyright rights on the "TTF and FON remakes and enhancements", since they are mechanically dervive from Raster fonts that VileR explictly doesn't own
      – Lyndon White
      yesterday










    • Yeah, this is shady. Someone just scraped fonts and repackaged them.
      – pipe
      yesterday






    • 1




      This is more than just scrape & repackage. There was some real work involved to convert a bitmap for a non-square pixel screen to a scalable font for a square pixel screen. Not rocket scientist work, but not trivial either. Whether that raises licensing issues on the back end (i.e., can you legally copy old bitmap fonts and reuse them that way) or the front end (i.e., do you have any right to attach any license at all to the result) is beyond my pay grade.
      – manassehkatz
      yesterday






    • 4




      In the US (Eltra Corp. vs. Ringer), the shapes of glyphs in a font cannot be copyrighted, only the code used to generate them.
      – dan04
      yesterday








    8




    8




    Wow that looks really intriguing, and so ends my productivity for the rest of the day...
    – uhoh
    2 days ago




    Wow that looks really intriguing, and so ends my productivity for the rest of the day...
    – uhoh
    2 days ago




    1




    1




    I am dubious as to if these are validly liscensed. Quoting that page "I do not claim any rights to the original raster fonts on which this work is based. Credit for these goes to their respective designers. The font files in this pack (TTF and FON remakes and enhancements) are © 2016 VileR, and are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." It is not clear to me as to if VileR can actually have copyright rights on the "TTF and FON remakes and enhancements", since they are mechanically dervive from Raster fonts that VileR explictly doesn't own
    – Lyndon White
    yesterday




    I am dubious as to if these are validly liscensed. Quoting that page "I do not claim any rights to the original raster fonts on which this work is based. Credit for these goes to their respective designers. The font files in this pack (TTF and FON remakes and enhancements) are © 2016 VileR, and are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License." It is not clear to me as to if VileR can actually have copyright rights on the "TTF and FON remakes and enhancements", since they are mechanically dervive from Raster fonts that VileR explictly doesn't own
    – Lyndon White
    yesterday












    Yeah, this is shady. Someone just scraped fonts and repackaged them.
    – pipe
    yesterday




    Yeah, this is shady. Someone just scraped fonts and repackaged them.
    – pipe
    yesterday




    1




    1




    This is more than just scrape & repackage. There was some real work involved to convert a bitmap for a non-square pixel screen to a scalable font for a square pixel screen. Not rocket scientist work, but not trivial either. Whether that raises licensing issues on the back end (i.e., can you legally copy old bitmap fonts and reuse them that way) or the front end (i.e., do you have any right to attach any license at all to the result) is beyond my pay grade.
    – manassehkatz
    yesterday




    This is more than just scrape & repackage. There was some real work involved to convert a bitmap for a non-square pixel screen to a scalable font for a square pixel screen. Not rocket scientist work, but not trivial either. Whether that raises licensing issues on the back end (i.e., can you legally copy old bitmap fonts and reuse them that way) or the front end (i.e., do you have any right to attach any license at all to the result) is beyond my pay grade.
    – manassehkatz
    yesterday




    4




    4




    In the US (Eltra Corp. vs. Ringer), the shapes of glyphs in a font cannot be copyrighted, only the code used to generate them.
    – dan04
    yesterday




    In the US (Eltra Corp. vs. Ringer), the shapes of glyphs in a font cannot be copyrighted, only the code used to generate them.
    – dan04
    yesterday











    24














    -misc-fixed-* X11 font "family" matches all your criteria - it originated sometime in the 1980s, thus it can be considered retro or vintage, is distributed public domain, comes in several sizes (5x7 seems appropriate for a small LCD display), it is still developped and as a consequence has a reasonable beyond-Latin1 repertoire, the BDF (or PCF) format is easily parsed if necessary, and they are part of X11 core, therefore present in almost all Linux/BSD distributions and still maintained.






    share|improve this answer





















    • Thank you very much! I will have a look. I'm not a developer so I may not understand how to use these right away, but I can see there seems to be plenty of documentation and information to read there. These 128x64 OLED displays have a pixel pitch of 170 microns. 7 pixels is 1.2 mm tall and a bit hard for me to read, but I can see that there are several sizes larger than 5x7 pixels there.
      – uhoh
      2 days ago










    • learn.adafruit.com/assets/654 and cdn-shop.adafruit.com/datasheets/UG-2864HSWEG01.pdf
      – uhoh
      2 days ago










    • @uhoh What's the font format your LCD software wants? Parsing BDF is not difficult, but even easier, there is python PIL renderer. Anyway, there are also Linux console fonts, even easier to parse in the SBF format (shameless plug in), but they do not come in many sizes. -misc-fixed comes I think up to size 24. Though had you not asked specifically about retro fonts, I'd recommend otf2bdf - make sure to enable hinting, and I wouldn't worry about aliasing at this display density
      – Radovan Garabík
      yesterday










    • Check the "See here and here but here" links in the question. I just use Python and PIL and I make images, then after that, eventually turn them into lists or numpy arrays. If I can get the 1's and 0's for each character in the font, I don't need PIL at all. The images are so small that there's no need to work with any specific software or image format. My comment means that I might have a hard time understanding how to get at the fonts themselves. I need to go have a look first, maybe it's obvious once I do.
      – uhoh
      yesterday


















    24














    -misc-fixed-* X11 font "family" matches all your criteria - it originated sometime in the 1980s, thus it can be considered retro or vintage, is distributed public domain, comes in several sizes (5x7 seems appropriate for a small LCD display), it is still developped and as a consequence has a reasonable beyond-Latin1 repertoire, the BDF (or PCF) format is easily parsed if necessary, and they are part of X11 core, therefore present in almost all Linux/BSD distributions and still maintained.






    share|improve this answer





















    • Thank you very much! I will have a look. I'm not a developer so I may not understand how to use these right away, but I can see there seems to be plenty of documentation and information to read there. These 128x64 OLED displays have a pixel pitch of 170 microns. 7 pixels is 1.2 mm tall and a bit hard for me to read, but I can see that there are several sizes larger than 5x7 pixels there.
      – uhoh
      2 days ago










    • learn.adafruit.com/assets/654 and cdn-shop.adafruit.com/datasheets/UG-2864HSWEG01.pdf
      – uhoh
      2 days ago










    • @uhoh What's the font format your LCD software wants? Parsing BDF is not difficult, but even easier, there is python PIL renderer. Anyway, there are also Linux console fonts, even easier to parse in the SBF format (shameless plug in), but they do not come in many sizes. -misc-fixed comes I think up to size 24. Though had you not asked specifically about retro fonts, I'd recommend otf2bdf - make sure to enable hinting, and I wouldn't worry about aliasing at this display density
      – Radovan Garabík
      yesterday










    • Check the "See here and here but here" links in the question. I just use Python and PIL and I make images, then after that, eventually turn them into lists or numpy arrays. If I can get the 1's and 0's for each character in the font, I don't need PIL at all. The images are so small that there's no need to work with any specific software or image format. My comment means that I might have a hard time understanding how to get at the fonts themselves. I need to go have a look first, maybe it's obvious once I do.
      – uhoh
      yesterday
















    24












    24








    24






    -misc-fixed-* X11 font "family" matches all your criteria - it originated sometime in the 1980s, thus it can be considered retro or vintage, is distributed public domain, comes in several sizes (5x7 seems appropriate for a small LCD display), it is still developped and as a consequence has a reasonable beyond-Latin1 repertoire, the BDF (or PCF) format is easily parsed if necessary, and they are part of X11 core, therefore present in almost all Linux/BSD distributions and still maintained.






    share|improve this answer












    -misc-fixed-* X11 font "family" matches all your criteria - it originated sometime in the 1980s, thus it can be considered retro or vintage, is distributed public domain, comes in several sizes (5x7 seems appropriate for a small LCD display), it is still developped and as a consequence has a reasonable beyond-Latin1 repertoire, the BDF (or PCF) format is easily parsed if necessary, and they are part of X11 core, therefore present in almost all Linux/BSD distributions and still maintained.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 2 days ago









    Radovan Garabík

    1,021411




    1,021411












    • Thank you very much! I will have a look. I'm not a developer so I may not understand how to use these right away, but I can see there seems to be plenty of documentation and information to read there. These 128x64 OLED displays have a pixel pitch of 170 microns. 7 pixels is 1.2 mm tall and a bit hard for me to read, but I can see that there are several sizes larger than 5x7 pixels there.
      – uhoh
      2 days ago










    • learn.adafruit.com/assets/654 and cdn-shop.adafruit.com/datasheets/UG-2864HSWEG01.pdf
      – uhoh
      2 days ago










    • @uhoh What's the font format your LCD software wants? Parsing BDF is not difficult, but even easier, there is python PIL renderer. Anyway, there are also Linux console fonts, even easier to parse in the SBF format (shameless plug in), but they do not come in many sizes. -misc-fixed comes I think up to size 24. Though had you not asked specifically about retro fonts, I'd recommend otf2bdf - make sure to enable hinting, and I wouldn't worry about aliasing at this display density
      – Radovan Garabík
      yesterday










    • Check the "See here and here but here" links in the question. I just use Python and PIL and I make images, then after that, eventually turn them into lists or numpy arrays. If I can get the 1's and 0's for each character in the font, I don't need PIL at all. The images are so small that there's no need to work with any specific software or image format. My comment means that I might have a hard time understanding how to get at the fonts themselves. I need to go have a look first, maybe it's obvious once I do.
      – uhoh
      yesterday




















    • Thank you very much! I will have a look. I'm not a developer so I may not understand how to use these right away, but I can see there seems to be plenty of documentation and information to read there. These 128x64 OLED displays have a pixel pitch of 170 microns. 7 pixels is 1.2 mm tall and a bit hard for me to read, but I can see that there are several sizes larger than 5x7 pixels there.
      – uhoh
      2 days ago










    • learn.adafruit.com/assets/654 and cdn-shop.adafruit.com/datasheets/UG-2864HSWEG01.pdf
      – uhoh
      2 days ago










    • @uhoh What's the font format your LCD software wants? Parsing BDF is not difficult, but even easier, there is python PIL renderer. Anyway, there are also Linux console fonts, even easier to parse in the SBF format (shameless plug in), but they do not come in many sizes. -misc-fixed comes I think up to size 24. Though had you not asked specifically about retro fonts, I'd recommend otf2bdf - make sure to enable hinting, and I wouldn't worry about aliasing at this display density
      – Radovan Garabík
      yesterday










    • Check the "See here and here but here" links in the question. I just use Python and PIL and I make images, then after that, eventually turn them into lists or numpy arrays. If I can get the 1's and 0's for each character in the font, I don't need PIL at all. The images are so small that there's no need to work with any specific software or image format. My comment means that I might have a hard time understanding how to get at the fonts themselves. I need to go have a look first, maybe it's obvious once I do.
      – uhoh
      yesterday


















    Thank you very much! I will have a look. I'm not a developer so I may not understand how to use these right away, but I can see there seems to be plenty of documentation and information to read there. These 128x64 OLED displays have a pixel pitch of 170 microns. 7 pixels is 1.2 mm tall and a bit hard for me to read, but I can see that there are several sizes larger than 5x7 pixels there.
    – uhoh
    2 days ago




    Thank you very much! I will have a look. I'm not a developer so I may not understand how to use these right away, but I can see there seems to be plenty of documentation and information to read there. These 128x64 OLED displays have a pixel pitch of 170 microns. 7 pixels is 1.2 mm tall and a bit hard for me to read, but I can see that there are several sizes larger than 5x7 pixels there.
    – uhoh
    2 days ago












    learn.adafruit.com/assets/654 and cdn-shop.adafruit.com/datasheets/UG-2864HSWEG01.pdf
    – uhoh
    2 days ago




    learn.adafruit.com/assets/654 and cdn-shop.adafruit.com/datasheets/UG-2864HSWEG01.pdf
    – uhoh
    2 days ago












    @uhoh What's the font format your LCD software wants? Parsing BDF is not difficult, but even easier, there is python PIL renderer. Anyway, there are also Linux console fonts, even easier to parse in the SBF format (shameless plug in), but they do not come in many sizes. -misc-fixed comes I think up to size 24. Though had you not asked specifically about retro fonts, I'd recommend otf2bdf - make sure to enable hinting, and I wouldn't worry about aliasing at this display density
    – Radovan Garabík
    yesterday




    @uhoh What's the font format your LCD software wants? Parsing BDF is not difficult, but even easier, there is python PIL renderer. Anyway, there are also Linux console fonts, even easier to parse in the SBF format (shameless plug in), but they do not come in many sizes. -misc-fixed comes I think up to size 24. Though had you not asked specifically about retro fonts, I'd recommend otf2bdf - make sure to enable hinting, and I wouldn't worry about aliasing at this display density
    – Radovan Garabík
    yesterday












    Check the "See here and here but here" links in the question. I just use Python and PIL and I make images, then after that, eventually turn them into lists or numpy arrays. If I can get the 1's and 0's for each character in the font, I don't need PIL at all. The images are so small that there's no need to work with any specific software or image format. My comment means that I might have a hard time understanding how to get at the fonts themselves. I need to go have a look first, maybe it's obvious once I do.
    – uhoh
    yesterday






    Check the "See here and here but here" links in the question. I just use Python and PIL and I make images, then after that, eventually turn them into lists or numpy arrays. If I can get the 1's and 0's for each character in the font, I don't need PIL at all. The images are so small that there's no need to work with any specific software or image format. My comment means that I might have a hard time understanding how to get at the fonts themselves. I need to go have a look first, maybe it's obvious once I do.
    – uhoh
    yesterday













    14















    Are there vintage or historical bitmapped fonts available for non-commercial use?



    I'm looking for a source for one or a few 1-bit black-or-white
    bitmapped fonts used in the past, available in a set of sizes.




    Typefaces are not subject to copyright, at least in the US, so you can do what you want (again, in the US). Bitmapped representations are typefaces.



    This is in contrast to "fonts" (such as TrueType), which are considered software that render typefaces.



    https://en.wikipedia.org/wiki/Intellectual_property_protection_of_typefaces discusses the different aspects in different countries.




    These days even black-and-white fonts are displayed using grayscale or
    even color. Zoomed screenshots from my laptop showing that what looks
    black-and-white isn't.




    These could be artifacts of you underlying display technology, especially for fonts, particularly today with modern high resolution screens. If you happened to have an actual bitmap of pixels in B&W that Just So Happen to look like letters, you would not necessarily be seeing those artifacts. Depends on how the graphics are actually rendered by the underlying software.






    share|improve this answer





















    • Thanks, thats a helpful clarification. I'm looking for something that may be used without geographic limitation, so I can't assume within the US but I can research further. fyi I've just asked elsewhere Why does some text on my laptop have gray-scale pixels and some have color pixels?
      – uhoh
      2 days ago












    • The rendering (i.e. set of spline curves) in the font file that describe/define the font are copyright. The shape of the letters is not copyrightable in the US so if you hand-retrace with a different set of splines, your new tracing is your own IP in the US. Not in the rest of the world!. In bitmap fonts I fail to see the difference between the shape and the rendering, so it might be a different kettle of fish.
      – Harper
      2 days ago












    • @Harper I don't know the ins & outs of bitmap licensing. Presumably (hopefully) The Ultimate Oldschool PC Font Resource did look into this properly before posting fonts and adding a CCASA license. But I don't know for sure.
      – manassehkatz
      2 days ago
















    14















    Are there vintage or historical bitmapped fonts available for non-commercial use?



    I'm looking for a source for one or a few 1-bit black-or-white
    bitmapped fonts used in the past, available in a set of sizes.




    Typefaces are not subject to copyright, at least in the US, so you can do what you want (again, in the US). Bitmapped representations are typefaces.



    This is in contrast to "fonts" (such as TrueType), which are considered software that render typefaces.



    https://en.wikipedia.org/wiki/Intellectual_property_protection_of_typefaces discusses the different aspects in different countries.




    These days even black-and-white fonts are displayed using grayscale or
    even color. Zoomed screenshots from my laptop showing that what looks
    black-and-white isn't.




    These could be artifacts of you underlying display technology, especially for fonts, particularly today with modern high resolution screens. If you happened to have an actual bitmap of pixels in B&W that Just So Happen to look like letters, you would not necessarily be seeing those artifacts. Depends on how the graphics are actually rendered by the underlying software.






    share|improve this answer





















    • Thanks, thats a helpful clarification. I'm looking for something that may be used without geographic limitation, so I can't assume within the US but I can research further. fyi I've just asked elsewhere Why does some text on my laptop have gray-scale pixels and some have color pixels?
      – uhoh
      2 days ago












    • The rendering (i.e. set of spline curves) in the font file that describe/define the font are copyright. The shape of the letters is not copyrightable in the US so if you hand-retrace with a different set of splines, your new tracing is your own IP in the US. Not in the rest of the world!. In bitmap fonts I fail to see the difference between the shape and the rendering, so it might be a different kettle of fish.
      – Harper
      2 days ago












    • @Harper I don't know the ins & outs of bitmap licensing. Presumably (hopefully) The Ultimate Oldschool PC Font Resource did look into this properly before posting fonts and adding a CCASA license. But I don't know for sure.
      – manassehkatz
      2 days ago














    14












    14








    14







    Are there vintage or historical bitmapped fonts available for non-commercial use?



    I'm looking for a source for one or a few 1-bit black-or-white
    bitmapped fonts used in the past, available in a set of sizes.




    Typefaces are not subject to copyright, at least in the US, so you can do what you want (again, in the US). Bitmapped representations are typefaces.



    This is in contrast to "fonts" (such as TrueType), which are considered software that render typefaces.



    https://en.wikipedia.org/wiki/Intellectual_property_protection_of_typefaces discusses the different aspects in different countries.




    These days even black-and-white fonts are displayed using grayscale or
    even color. Zoomed screenshots from my laptop showing that what looks
    black-and-white isn't.




    These could be artifacts of you underlying display technology, especially for fonts, particularly today with modern high resolution screens. If you happened to have an actual bitmap of pixels in B&W that Just So Happen to look like letters, you would not necessarily be seeing those artifacts. Depends on how the graphics are actually rendered by the underlying software.






    share|improve this answer













    Are there vintage or historical bitmapped fonts available for non-commercial use?



    I'm looking for a source for one or a few 1-bit black-or-white
    bitmapped fonts used in the past, available in a set of sizes.




    Typefaces are not subject to copyright, at least in the US, so you can do what you want (again, in the US). Bitmapped representations are typefaces.



    This is in contrast to "fonts" (such as TrueType), which are considered software that render typefaces.



    https://en.wikipedia.org/wiki/Intellectual_property_protection_of_typefaces discusses the different aspects in different countries.




    These days even black-and-white fonts are displayed using grayscale or
    even color. Zoomed screenshots from my laptop showing that what looks
    black-and-white isn't.




    These could be artifacts of you underlying display technology, especially for fonts, particularly today with modern high resolution screens. If you happened to have an actual bitmap of pixels in B&W that Just So Happen to look like letters, you would not necessarily be seeing those artifacts. Depends on how the graphics are actually rendered by the underlying software.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 2 days ago









    Will Hartung

    3,703721




    3,703721












    • Thanks, thats a helpful clarification. I'm looking for something that may be used without geographic limitation, so I can't assume within the US but I can research further. fyi I've just asked elsewhere Why does some text on my laptop have gray-scale pixels and some have color pixels?
      – uhoh
      2 days ago












    • The rendering (i.e. set of spline curves) in the font file that describe/define the font are copyright. The shape of the letters is not copyrightable in the US so if you hand-retrace with a different set of splines, your new tracing is your own IP in the US. Not in the rest of the world!. In bitmap fonts I fail to see the difference between the shape and the rendering, so it might be a different kettle of fish.
      – Harper
      2 days ago












    • @Harper I don't know the ins & outs of bitmap licensing. Presumably (hopefully) The Ultimate Oldschool PC Font Resource did look into this properly before posting fonts and adding a CCASA license. But I don't know for sure.
      – manassehkatz
      2 days ago


















    • Thanks, thats a helpful clarification. I'm looking for something that may be used without geographic limitation, so I can't assume within the US but I can research further. fyi I've just asked elsewhere Why does some text on my laptop have gray-scale pixels and some have color pixels?
      – uhoh
      2 days ago












    • The rendering (i.e. set of spline curves) in the font file that describe/define the font are copyright. The shape of the letters is not copyrightable in the US so if you hand-retrace with a different set of splines, your new tracing is your own IP in the US. Not in the rest of the world!. In bitmap fonts I fail to see the difference between the shape and the rendering, so it might be a different kettle of fish.
      – Harper
      2 days ago












    • @Harper I don't know the ins & outs of bitmap licensing. Presumably (hopefully) The Ultimate Oldschool PC Font Resource did look into this properly before posting fonts and adding a CCASA license. But I don't know for sure.
      – manassehkatz
      2 days ago
















    Thanks, thats a helpful clarification. I'm looking for something that may be used without geographic limitation, so I can't assume within the US but I can research further. fyi I've just asked elsewhere Why does some text on my laptop have gray-scale pixels and some have color pixels?
    – uhoh
    2 days ago






    Thanks, thats a helpful clarification. I'm looking for something that may be used without geographic limitation, so I can't assume within the US but I can research further. fyi I've just asked elsewhere Why does some text on my laptop have gray-scale pixels and some have color pixels?
    – uhoh
    2 days ago














    The rendering (i.e. set of spline curves) in the font file that describe/define the font are copyright. The shape of the letters is not copyrightable in the US so if you hand-retrace with a different set of splines, your new tracing is your own IP in the US. Not in the rest of the world!. In bitmap fonts I fail to see the difference between the shape and the rendering, so it might be a different kettle of fish.
    – Harper
    2 days ago






    The rendering (i.e. set of spline curves) in the font file that describe/define the font are copyright. The shape of the letters is not copyrightable in the US so if you hand-retrace with a different set of splines, your new tracing is your own IP in the US. Not in the rest of the world!. In bitmap fonts I fail to see the difference between the shape and the rendering, so it might be a different kettle of fish.
    – Harper
    2 days ago














    @Harper I don't know the ins & outs of bitmap licensing. Presumably (hopefully) The Ultimate Oldschool PC Font Resource did look into this properly before posting fonts and adding a CCASA license. But I don't know for sure.
    – manassehkatz
    2 days ago




    @Harper I don't know the ins & outs of bitmap licensing. Presumably (hopefully) The Ultimate Oldschool PC Font Resource did look into this properly before posting fonts and adding a CCASA license. But I don't know for sure.
    – manassehkatz
    2 days ago











    10














    Damien Guard's series of articles starting with Typography in 8 bits: System fonts has versions of almost all of the old system fonts you might remember.



    If you don't mind digging about in ROM images, there are rather more than one lifetime's worth here: https://github.com/phooky/PROM — the Osbourne 1 font is remarkably pretty.



    For making true bitmaps from vector fonts, I wouldn't be without otf2bdf. There will be library code for Python to read BDFs, as it's the documented, cross-platform way of describing font bitmaps.



    Personal favourite fonts for use on small displays:




    • Acorn BBC Micro teletext font (aka ‘Mode 7’) - output by the Mullard SAA5050, it's been extended in the Bedstead vector font family.


    • Sun Microsystems's Gallant terminal font - effectively a monospaced Times.


    • Atari ST 8×16 font - used in 640×400 "Jackintosh" mono mode. It might just be a standard DR Gem font, though.







    share|improve this answer


























      10














      Damien Guard's series of articles starting with Typography in 8 bits: System fonts has versions of almost all of the old system fonts you might remember.



      If you don't mind digging about in ROM images, there are rather more than one lifetime's worth here: https://github.com/phooky/PROM — the Osbourne 1 font is remarkably pretty.



      For making true bitmaps from vector fonts, I wouldn't be without otf2bdf. There will be library code for Python to read BDFs, as it's the documented, cross-platform way of describing font bitmaps.



      Personal favourite fonts for use on small displays:




      • Acorn BBC Micro teletext font (aka ‘Mode 7’) - output by the Mullard SAA5050, it's been extended in the Bedstead vector font family.


      • Sun Microsystems's Gallant terminal font - effectively a monospaced Times.


      • Atari ST 8×16 font - used in 640×400 "Jackintosh" mono mode. It might just be a standard DR Gem font, though.







      share|improve this answer
























        10












        10








        10






        Damien Guard's series of articles starting with Typography in 8 bits: System fonts has versions of almost all of the old system fonts you might remember.



        If you don't mind digging about in ROM images, there are rather more than one lifetime's worth here: https://github.com/phooky/PROM — the Osbourne 1 font is remarkably pretty.



        For making true bitmaps from vector fonts, I wouldn't be without otf2bdf. There will be library code for Python to read BDFs, as it's the documented, cross-platform way of describing font bitmaps.



        Personal favourite fonts for use on small displays:




        • Acorn BBC Micro teletext font (aka ‘Mode 7’) - output by the Mullard SAA5050, it's been extended in the Bedstead vector font family.


        • Sun Microsystems's Gallant terminal font - effectively a monospaced Times.


        • Atari ST 8×16 font - used in 640×400 "Jackintosh" mono mode. It might just be a standard DR Gem font, though.







        share|improve this answer












        Damien Guard's series of articles starting with Typography in 8 bits: System fonts has versions of almost all of the old system fonts you might remember.



        If you don't mind digging about in ROM images, there are rather more than one lifetime's worth here: https://github.com/phooky/PROM — the Osbourne 1 font is remarkably pretty.



        For making true bitmaps from vector fonts, I wouldn't be without otf2bdf. There will be library code for Python to read BDFs, as it's the documented, cross-platform way of describing font bitmaps.



        Personal favourite fonts for use on small displays:




        • Acorn BBC Micro teletext font (aka ‘Mode 7’) - output by the Mullard SAA5050, it's been extended in the Bedstead vector font family.


        • Sun Microsystems's Gallant terminal font - effectively a monospaced Times.


        • Atari ST 8×16 font - used in 640×400 "Jackintosh" mono mode. It might just be a standard DR Gem font, though.








        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 days ago









        scruss

        6,6321145




        6,6321145























            5














            The Amstrad CPC bitmap font is detailed in chapter 7 of the user manual. There is an 8x8 bitmap for each ASCII character.






            share|improve this answer

















            • 2




              That was what I thought too. A bit of searching turns up fontstruct.com/fontstructions/show/25590/amstrad_cpc_extended (see note about errata).
              – Peter Taylor
              2 days ago






            • 1




              The Amstrad PC1512 8x8 font is included in The Oldschool PC Font Resource.
              – manassehkatz
              2 days ago






            • 2




              way to fıll up a user's manual :)
              – Sedat Kapanoglu
              2 days ago






            • 1




              The Epson FX80 manual also has the entire character set in there, if memory serves. Also the SAA5050 data sheet includes a dump of the contents of the ROM of the teletext character set, plus a description of the algorithm that doubles the ROM's pixel count for display. But I feel like it's probably a little vague.
              – Tommy
              yesterday
















            5














            The Amstrad CPC bitmap font is detailed in chapter 7 of the user manual. There is an 8x8 bitmap for each ASCII character.






            share|improve this answer

















            • 2




              That was what I thought too. A bit of searching turns up fontstruct.com/fontstructions/show/25590/amstrad_cpc_extended (see note about errata).
              – Peter Taylor
              2 days ago






            • 1




              The Amstrad PC1512 8x8 font is included in The Oldschool PC Font Resource.
              – manassehkatz
              2 days ago






            • 2




              way to fıll up a user's manual :)
              – Sedat Kapanoglu
              2 days ago






            • 1




              The Epson FX80 manual also has the entire character set in there, if memory serves. Also the SAA5050 data sheet includes a dump of the contents of the ROM of the teletext character set, plus a description of the algorithm that doubles the ROM's pixel count for display. But I feel like it's probably a little vague.
              – Tommy
              yesterday














            5












            5








            5






            The Amstrad CPC bitmap font is detailed in chapter 7 of the user manual. There is an 8x8 bitmap for each ASCII character.






            share|improve this answer












            The Amstrad CPC bitmap font is detailed in chapter 7 of the user manual. There is an 8x8 bitmap for each ASCII character.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 2 days ago









            Mark Williams

            24315




            24315








            • 2




              That was what I thought too. A bit of searching turns up fontstruct.com/fontstructions/show/25590/amstrad_cpc_extended (see note about errata).
              – Peter Taylor
              2 days ago






            • 1




              The Amstrad PC1512 8x8 font is included in The Oldschool PC Font Resource.
              – manassehkatz
              2 days ago






            • 2




              way to fıll up a user's manual :)
              – Sedat Kapanoglu
              2 days ago






            • 1




              The Epson FX80 manual also has the entire character set in there, if memory serves. Also the SAA5050 data sheet includes a dump of the contents of the ROM of the teletext character set, plus a description of the algorithm that doubles the ROM's pixel count for display. But I feel like it's probably a little vague.
              – Tommy
              yesterday














            • 2




              That was what I thought too. A bit of searching turns up fontstruct.com/fontstructions/show/25590/amstrad_cpc_extended (see note about errata).
              – Peter Taylor
              2 days ago






            • 1




              The Amstrad PC1512 8x8 font is included in The Oldschool PC Font Resource.
              – manassehkatz
              2 days ago






            • 2




              way to fıll up a user's manual :)
              – Sedat Kapanoglu
              2 days ago






            • 1




              The Epson FX80 manual also has the entire character set in there, if memory serves. Also the SAA5050 data sheet includes a dump of the contents of the ROM of the teletext character set, plus a description of the algorithm that doubles the ROM's pixel count for display. But I feel like it's probably a little vague.
              – Tommy
              yesterday








            2




            2




            That was what I thought too. A bit of searching turns up fontstruct.com/fontstructions/show/25590/amstrad_cpc_extended (see note about errata).
            – Peter Taylor
            2 days ago




            That was what I thought too. A bit of searching turns up fontstruct.com/fontstructions/show/25590/amstrad_cpc_extended (see note about errata).
            – Peter Taylor
            2 days ago




            1




            1




            The Amstrad PC1512 8x8 font is included in The Oldschool PC Font Resource.
            – manassehkatz
            2 days ago




            The Amstrad PC1512 8x8 font is included in The Oldschool PC Font Resource.
            – manassehkatz
            2 days ago




            2




            2




            way to fıll up a user's manual :)
            – Sedat Kapanoglu
            2 days ago




            way to fıll up a user's manual :)
            – Sedat Kapanoglu
            2 days ago




            1




            1




            The Epson FX80 manual also has the entire character set in there, if memory serves. Also the SAA5050 data sheet includes a dump of the contents of the ROM of the teletext character set, plus a description of the algorithm that doubles the ROM's pixel count for display. But I feel like it's probably a little vague.
            – Tommy
            yesterday




            The Epson FX80 manual also has the entire character set in there, if memory serves. Also the SAA5050 data sheet includes a dump of the contents of the ROM of the teletext character set, plus a description of the algorithm that doubles the ROM's pixel count for display. But I feel like it's probably a little vague.
            – Tommy
            yesterday











            3














            The bitmap fonts that come with http://x3270.bgp.nu/documentation-faq.html are licensed under the same MIT-like terms the program is under. Some of them are too large for your application, but there is one that's 8 pixels tall. If you download the source tarfile, it'll have the .bdf fonts inside it.



            You can probably just grab the Signetics characters that were copied into the Apple II (it was the chargen ROM used in the Apple I), MSX, NEC PC-8000 and countless other computers of that time. Check https://www.mamedev.org/ or http://mess.redump.net/.






            share|improve this answer










            New contributor




            rbanffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.


















            • these sound excellent, I will check them out today, thanks!
              – uhoh
              3 hours ago
















            3














            The bitmap fonts that come with http://x3270.bgp.nu/documentation-faq.html are licensed under the same MIT-like terms the program is under. Some of them are too large for your application, but there is one that's 8 pixels tall. If you download the source tarfile, it'll have the .bdf fonts inside it.



            You can probably just grab the Signetics characters that were copied into the Apple II (it was the chargen ROM used in the Apple I), MSX, NEC PC-8000 and countless other computers of that time. Check https://www.mamedev.org/ or http://mess.redump.net/.






            share|improve this answer










            New contributor




            rbanffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.


















            • these sound excellent, I will check them out today, thanks!
              – uhoh
              3 hours ago














            3












            3








            3






            The bitmap fonts that come with http://x3270.bgp.nu/documentation-faq.html are licensed under the same MIT-like terms the program is under. Some of them are too large for your application, but there is one that's 8 pixels tall. If you download the source tarfile, it'll have the .bdf fonts inside it.



            You can probably just grab the Signetics characters that were copied into the Apple II (it was the chargen ROM used in the Apple I), MSX, NEC PC-8000 and countless other computers of that time. Check https://www.mamedev.org/ or http://mess.redump.net/.






            share|improve this answer










            New contributor




            rbanffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            The bitmap fonts that come with http://x3270.bgp.nu/documentation-faq.html are licensed under the same MIT-like terms the program is under. Some of them are too large for your application, but there is one that's 8 pixels tall. If you download the source tarfile, it'll have the .bdf fonts inside it.



            You can probably just grab the Signetics characters that were copied into the Apple II (it was the chargen ROM used in the Apple I), MSX, NEC PC-8000 and countless other computers of that time. Check https://www.mamedev.org/ or http://mess.redump.net/.







            share|improve this answer










            New contributor




            rbanffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            share|improve this answer



            share|improve this answer








            edited 8 hours ago





















            New contributor




            rbanffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.









            answered 9 hours ago









            rbanffy

            1314




            1314




            New contributor




            rbanffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.





            New contributor





            rbanffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






            rbanffy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.












            • these sound excellent, I will check them out today, thanks!
              – uhoh
              3 hours ago


















            • these sound excellent, I will check them out today, thanks!
              – uhoh
              3 hours ago
















            these sound excellent, I will check them out today, thanks!
            – uhoh
            3 hours ago




            these sound excellent, I will check them out today, thanks!
            – uhoh
            3 hours ago


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Retrocomputing Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f8627%2fare-there-vintage-or-historical-bitmapped-fonts-available-for-non-commercial-use%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            If I really need a card on my start hand, how many mulligans make sense? [duplicate]

            Alcedinidae

            Can an atomic nucleus contain both particles and antiparticles? [duplicate]