Page 2 of 3

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 7:59 am
by Hafonton
Thanks for the reply
I don't know about that problem with localstorage, I still open it as file:// and it remembers my latest direction. I use chrome for that and it works perfectly. I am aware that it generates a new html file with a unique name for each test, and it still works. did you see my video? https://imgur.com/utYlaQQ

Anyway, a settings file is a good option too.

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 1:44 pm
by Erwin Denissen
Here is an unofficial update.

What is new:
  • Improved WOFF test web page
  • Improved manual kerning
You can download this version here:
FontCreator 13.0.0.2621 (64-bit)

Let us know if these enhancements work as expected.

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 3:10 pm
by Hafonton
edit: I restarted the computer and tried again and the installer worked.

both features doesn't work for me:
- the kern is still not updating Xplacement
- and the woff tester gives me an error (screenshot attached)
Image

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 3:19 pm
by Erwin Denissen
I will try it later myself.

Maybe the download wasn’t completed or your anti virus software blocked access.

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 3:27 pm
by Hafonton
I tried disabling my Avast antivirus and tried to download an run the installer again
After I did that I see that the semantic version is not updated in the about dialog (your download is FontCreator 13.0.0.2621):
Image

and the functionalities still don't work (same as my last comment)

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 3:42 pm
by Erwin Denissen
You have to manually delete the old FontCreator.exe and then reinstall the update.

Let me know your results.

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 4:18 pm
by Erwin Denissen
It is strange that the new version of FontCreator.exe didn't come through. Same issue here, but it is really awkward.

Second, the installer will always overwrite the WOFFTest files. In the future that might break new functionality if people use custom files within their AppData folder.

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 4:36 pm
by Hafonton
Erwin Denissen wrote: Sun Apr 05, 2020 3:42 pm You have to manually delete the old FontCreator.exe and then reinstall the update.

Let me know your results.
That did it!

Both functionalities you mentioned worked. :D
Thanks for taking the time to help with that.
Erwin Denissen wrote: Sun Apr 05, 2020 4:18 pm It is strange that the new version of FontCreator.exe didn't come through. Same issue here, but it is really awkward.

Second, the installer will always overwrite the WOFFTest files. In the future that might break new functionality if people use custom files within their AppData folder.
That's fine, I did my backup. But I prefer using your up-to-date WOFFTest anyway.

For this thread what's left is the rtl option

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 4:49 pm
by Erwin Denissen
Within the generated html page does it show initialdir=“RTL”?

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 5:15 pm
by Hafonton
Erwin Denissen wrote: Sun Apr 05, 2020 4:49 pm Within the generated html page does it show initialdir=“RTL”?
No. The default text is ltr.
I looked at the source code and it says

Code: Select all

 var initialdir = "LTR";

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 5:18 pm
by Hafonton
By the way, the Hebrew glyphs are shown fine :D no more utf-8 problems.
Its showing the Hebrew alphabet as the default text, which is very nice.
Is that going to be editable in the future? (the options file)

Re: change select tag to radio tags

Posted: Sun Apr 05, 2020 6:28 pm
by Erwin Denissen
I thought it would work on your side, as it is determined by a local setting on your system. Not sure which one, but it apparently failed.

You might need to force it:

Code: Select all

var initialdir = "RTL";
Hafonton wrote: Sun Apr 05, 2020 5:18 pm By the way, the Hebrew glyphs are shown fine :D no more utf-8 problems.
Its showing the Hebrew alphabet as the default text, which is very nice.
Is that going to be editable in the future? (the options file)
I forgot to tell it, but the files are already working through the User Data Folder.

Just go to the Options dialog, and click Copy... on the Advanced tab.

Then you can open the folder and edit the files to your liking. No need to restart FontCreator for these changes to take effect. Just do another WOFF test and it should catch the changes.

We will change the preview text samples. It would be nice if we could collect a couple for each commonly used script/ language.

Re: change select tag to radio tags

Posted: Tue Apr 07, 2020 5:11 am
by Hafonton
Erwin Denissen wrote: Sun Apr 05, 2020 6:28 pm I thought it would work on your side, as it is determined by a local setting on your system. Not sure which one, but it apparently failed.
Oh, cool thought.
I use Windows 10 with english though (its just my perference), that's probably why it didn't work as you expected.
Erwin Denissen wrote: Sun Apr 05, 2020 6:28 pm
You might need to force it:

Code: Select all

var initialdir = "RTL";
Okay, I can do that.
Will I need to force it on each FC update?
What about if you make changes and enhancements in the WOFFTest files when a new FC update comes? I'd like to get the updates too.
It would be nice if I didn't need to force it every update.

Erwin Denissen wrote: Sun Apr 05, 2020 6:28 pm
Hafonton wrote: Sun Apr 05, 2020 5:18 pm By the way, the Hebrew glyphs are shown fine :D no more utf-8 problems.
Its showing the Hebrew alphabet as the default text, which is very nice.
Is that going to be editable in the future? (the options file)
I forgot to tell it, but the files are already working through the User Data Folder.

Just go to the Options dialog, and click Copy... on the Advanced tab.

Then you can open the folder and edit the files to your liking. No need to restart FontCreator for these changes to take effect. Just do another WOFF test and it should catch the changes.

We will change the preview text samples. It would be nice if we could collect a couple for each commonly used script/ language.

Wonderful!!!! I just tried that and it worked like magic.
I very much appreciate your hard work and great customer support.

Re: change select tag to radio tags

Posted: Tue Apr 07, 2020 8:00 am
by Erwin Denissen
Hafonton wrote: Tue Apr 07, 2020 5:11 am
Erwin Denissen wrote: Sun Apr 05, 2020 6:28 pm I thought it would work on your side, as it is determined by a local setting on your system. Not sure which one, but it apparently failed.
Oh, cool thought.
I use Windows 10 with english though (its just my perference), that's probably why it didn't work as you expected.
Erwin Denissen wrote: Sun Apr 05, 2020 6:28 pm
You might need to force it:

Code: Select all

var initialdir = "RTL";
Okay, I can do that.
Will I need to force it on each FC update?
What about if you make changes and enhancements in the WOFFTest files when a new FC update comes? I'd like to get the updates too.
It would be nice if I didn't need to force it every update.

Erwin Denissen wrote: Sun Apr 05, 2020 6:28 pm
Hafonton wrote: Sun Apr 05, 2020 5:18 pm By the way, the Hebrew glyphs are shown fine :D no more utf-8 problems.
Its showing the Hebrew alphabet as the default text, which is very nice.
Is that going to be editable in the future? (the options file)
I forgot to tell it, but the files are already working through the User Data Folder.

Just go to the Options dialog, and click Copy... on the Advanced tab.

Then you can open the folder and edit the files to your liking. No need to restart FontCreator for these changes to take effect. Just do another WOFF test and it should catch the changes.

We will change the preview text samples. It would be nice if we could collect a couple for each commonly used script/ language.

Wonderful!!!! I just tried that and it worked like magic.
I very much appreciate your hard work and great customer support.
Well, the benefit of copying the data to a folder where you can edit them has a drawback as future updates of these files are not picked up if they come with a minor update of FontCreator. Keep an eye on the changelog to see if we made any changes to those files.

Re: change select tag to radio tags

Posted: Tue Apr 07, 2020 8:03 am
by Hafonton
I understand.
Can we fix that by applying the localstorage function I wrote?
It works fine. You can test it