-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Online monobit is not working? #39
Comments
Thanks for flagging, I see it too. I made no recent changes to the page, so there's a few hypotheses I can come up with:
Will need to investigate |
I checked the wayback machine and it looks the same. Is the JavaScript relying on some service from GitHub that isn't mirrorable? If so, maybe now would be a good time to make sure the site falls back to a resource that can be archived for posterity. (Think of the generations of bitmap font hoarders to come!) 😊 |
Seems like the error is happening server-side, and being relayed to the client. Console spew:
Note that this is followed by this longer spew:
... but that's just because |
Online monobit is still offline. I needed a quick page to check fonts so I made an ugly kludge of a static page which you can see here: https://hackerb9.github.io/hoard-of-bitfonts/images/ It works well enough for my purposes, but @robhagemans, I may have uncovered some bugs in the hoard that you may want to know about:
Are those known and expected behaviour? |
Hi, thanks for reporting these issues. I don't know when I'll be able to look into this further, but a few of these I can address here:
I expect this is due to trying to generate an image of the whole unicode range, see other issue below.
Thanks, this is a known issue, monobit tries to use anything after the dot as an extension to determine the output or container format (so if I save a png format to a filename ending in .zip it creates a zip archive with the pngs in it). It may be possible to avoid the issue by explicitly setting
Thanks, likely some conversion error, possibly we use a data field in the original file that the Amiga ignores. Requires investigation of the Amiga file.
That's expected behaviour, image conversion uses code points to determine position in the image. That's often the most intuitive (leaving undefined entries in the chart blank) but works out badly for Unicode fonts that span very different code points. IIRC there's a setting to make it use position value rather than codepoint, but I don't recall which it was.
Yeah that's wrong, checking the original html it marks various symbols with tags like |
Thanks. Now that I know which are bugs, I'll file separate issues. |
I believe https://robhagemans.github.io/monobit/ is supposed to show images of the bitmaps. Unfortunately, it appears to no longer do so, at least with the browsers I tested. The list of fonts shows up, but nothing is clickable.
The text was updated successfully, but these errors were encountered: