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:
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]