Add app icon, glyph preview, dropdown params, and robust font loading (v1.0.1)
Add app icon, glyph preview, dropdown params, and robust font loading (v1.0.1)
- Add application icon (exe, taskbar, titlebar) and an in-app logo in the
bottom-right corner - Support list-valued defaults in url-schema.json: a single default renders a
textbox, a list of values renders a dropdown (first entry pre-selected) - Add a live vector preview of the center glyph next to the character input,
updating as you type and recoloring with the glyph color - Fix center-glyph font loading: use the forgiving Fonts.GetTypefaces path and,
if that fails, copy the font to a temp folder on the system drive and load
from there (fixes NullReferenceException for fonts on some secondary drives) - Guard against a moved/deleted font or center-image file with a clear message
instead of an unhandled error - Full public README (download, requirements, features, license, screenshot)
- Add drop-in assets and docs