How can I make the Web Font Test Preview Resizable?

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:

C:\Users\Bhikkhu Pesala\AppData\Roaming\FontCreator13\WOFFTest

Web Font Test.png

You need to add this to #preview in the css:

  resize: both;
  overflow: auto;

We will add it to the next upcoming release.

That was quick and easy. :sunglasses: The copyright code needs an update while your editing the CSS

  (C) 2013-2016 High-Logic B.V.

Web Font Test New.png

We have just released an update which includes this enhancement.