Page 1 of 1

How can I make the Web Font Test Preview Resizable?

Posted: Sat Jun 27, 2020 7:48 pm
by Bhikkhu Pesala
The Input frame can be resized and the sample text can be edited, but the Preview frame is a fixed size. It needs the space more than the input frame as the font is generally larger.

Are there any CSS experts who can figure this out? The code to control the output is in:

Code: Select all

C:\Users\Bhikkhu Pesala\AppData\Roaming\FontCreator13\WOFFTest
Web Font Test.png
Web Font Test.png (111.28 KiB) Viewed 8313 times

Re: How can I make the Web Font Test Preview Resizable?

Posted: Sat Jun 27, 2020 8:13 pm
by Erwin Denissen
You need to add this to #preview in the css:

Code: Select all

  resize: both;
  overflow: auto;
We will add it to the next upcoming release.

Re: How can I make the Web Font Test Preview Resizable?

Posted: Sat Jun 27, 2020 8:34 pm
by Bhikkhu Pesala
That was quick and easy. 8) The copyright code needs an update while your editing the CSS

Code: Select all

  (C) 2013-2016 High-Logic B.V.
Web Font Test New.png
Web Font Test New.png (128.13 KiB) Viewed 8309 times

Re: How can I make the Web Font Test Preview Resizable?

Posted: Mon Jun 29, 2020 9:12 pm
by Erwin Denissen
We have just released an update which includes this enhancement.