Scalable Fonts

H

HF

I am continuously putting the Aspect Ratio protection on groups of objects in
Visio. However, when I resize the group object to a smaller size the textbox
areas adjust, but not the size of the actual font. What ends up happening is
the text becomes wrap text in the box.

Is there a way so that when you resize an object that contains text, the
font size will also scale when you have the aspect ratio protected?

Thanks.
 
C

Chris Roth [MVP]

Hi HF,

You can do this with Visio's ShapeSheet (look under the Window menu...)

In the Character section, you'll find the Size cell. In that cell, you can
add this formula:


GUARD( 12pt * Height/1in )

where:

12 pt is the current font size
1 in is the current height of the shape.

change 12pt and 1 in to match your current values.

Guard locks the font size from being changed by the user/UI, but you don't
need the GUARD function to make this work.

--
Hope this helps,

Chris Roth
Visio MVP

Free Visio shapes:
http://www.visguy.com/category/shapes
Visio programming info:
http://www.visguy.com/category/programming/
Other Visio resources:
http://www.visguy.com/visio-links/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top