Log In  


Cart #fontviewer-5 | 2024-10-18 | Embed ▽ | License: CC4-BY-NC-SA
10

I created a Font viewer that can be set as the default app for .font files like those found in /system/fonts/ (by using the command default_app font /placeholder/path/to/fontviewer). It also allows you to copy characters and their chr call to the clipboard.

Release Notes:


1.2.1 (rev 5): Fixed crash in sandboxed mode
1.2 (rev 4):

  • Inspector is now prettier (and uses gui elements)
  • Inspector now lists character size (including for non monospace fonts) and hexadecimal character code
  • redraw on mouse movements now far cheaper (only redraws previously hovered and newly hovered characters)
  • If the font is small enough, the icon of saved files contains ABC in the font itself (otherwise in default font)

1.1 (rev 3): Can now wrangle files and added inspector that allows to copy character and chr(DECIMAL) to clipboard

1.0 (rev 2): Initial release

(rev 0 & 1: I suck at metadata)

10


When I tried to use this, I got a runtime error:
attempt to call a nil value (method 'poke')
how do i solve this?


It seems I did not handle sandbox mode quite correctly. I uploaded a new revision that should no longer crash.



[Please log in to post a comment]