]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
sfd2woff: rename to sfd2woff.ff
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Oct 2023 22:14:15 +0000 (18:14 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 25 Oct 2023 22:36:23 +0000 (18:36 -0400)
The ".ff" extension lets FontForge guess which scripting language (the
legacy one) the script uses. Without it, FontForge with python support
will guess wrong and throw errors.

sfd2woff.ff [moved from sfd2woff with 94% similarity]

similarity index 94%
rename from sfd2woff
rename to sfd2woff.ff
index 2b2f497669b3cf721244a62f371dec48e3a3c9ed..a3585c642b545ab82bde57eccbe3719832cad3b7 100755 (executable)
--- a/sfd2woff
@@ -28,5 +28,5 @@
 #   >>> 0x4 + 0x8 + 0x8000 + 0x40000 + 0x80000
 #   819212
 #
-Open($1)
-Generate($1:r + ".woff2","",819212)
+Open($1);
+Generate($1:r + ".woff2","",819212);