How can I make the Web Font Test Preview Resizable?

We will move topics to this forum, once we've implemented the requested feature(s) and/or enhancement(s).
Post Reply
Bhikkhu Pesala
Top Typographer
Top Typographer
Posts: 9873
Joined: Tue Oct 29, 2002 5:28 am
Location: Seven Kings, London UK
Contact:

How can I make the Web Font Test Preview Resizable?

Post 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 7274 times
My FontsReviews: MainTypeFont CreatorHelpFC15 + MT12.0 @ Win 10 64-bit build 19045.2486
Erwin Denissen
Moderator
Moderator
Posts: 11108
Joined: Fri Oct 04, 2002 12:41 am
Location: Bilthoven, The Netherlands
Contact:

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

Post 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.
Erwin Denissen
High-Logic
Proven Font Technology
Bhikkhu Pesala
Top Typographer
Top Typographer
Posts: 9873
Joined: Tue Oct 29, 2002 5:28 am
Location: Seven Kings, London UK
Contact:

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

Post 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 7270 times
My FontsReviews: MainTypeFont CreatorHelpFC15 + MT12.0 @ Win 10 64-bit build 19045.2486
Erwin Denissen
Moderator
Moderator
Posts: 11108
Joined: Fri Oct 04, 2002 12:41 am
Location: Bilthoven, The Netherlands
Contact:

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

Post by Erwin Denissen »

We have just released an update which includes this enhancement.
Erwin Denissen
High-Logic
Proven Font Technology
Post Reply