Log In  


Cart #fontviewer-4 | 2024-09-28 | Embed ▽ | License: CC4-BY-NC-SA
6

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 (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)

6


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



[Please log in to post a comment]