jes icon indicating copy to clipboard operation
jes copied to clipboard

Re-Introduce Font Compatibility

Open Inertia-Squared opened this issue 8 months ago • 4 comments

  • Re-added @azealo 's font compatibility code after being overwritten by later commit
  • Changed fallback typeface to Franklin Gothic Medium Condensed - fits the UI better (vs. Arial) and is somewhat similar to the font used in the video
  • Added check to allow use of old font if it exists in typical location (also made it work regardless of user!)
  • Removed a redundant math import, might as well while I was there ¯\_(ツ)_/¯

Inertia-Squared avatar Apr 19 '25 06:04 Inertia-Squared

seems like for usability, custom font should be a getopts / option, and it should default to ./visuals/whatever.ttf; just using a font from the local folder makes it so this runs on macos / linux.

tsal avatar Apr 19 '25 12:04 tsal

Just trying to keep the default behaviour but add a fallback for those that don't have the font like myself, the intent was to make it non-invasive to the original functionality while improving compatibility.

Inertia-Squared avatar Apr 20 '25 00:04 Inertia-Squared

@carykh a lot of people are opening issues due to this error, would it be ok to merge?

Inertia-Squared avatar Apr 28 '25 07:04 Inertia-Squared

Looks good to me

azealo avatar May 02 '25 20:05 azealo