|
Here's what's causing that - in v14 we introduced Text Resizing - with a text block selected, Info -> Object - there's a new popup. Choose "Size to Fit" to NOT get scrollers in web output. Fixed Size allows scrollers
(From the release notes under Help menu)
Text Features
• Text now has three sizing modes set in Info -> Object "Text Resizing" popup:
(or Control-Click to get context menu with these options!)
- Size to Fit: text grows and shrinks as needed in vertical direction when you edit it
When you resize text width with middle right knob, it grows or shrinks vertically to fit
This is the default mode, as it is closest to the old Create behavior
- One Line: good for headlines - text box is sized to just fit the text on one line
Centered Text stays centered as it grows and shrinks
Right Adjusted text stays right aligned as it grows and shrinks
Making Bold/Font changes keeps the text box the exact size
- Fixed Size: text is clipped to its box - but you see it all when editing
This is great for page layout design when you want the text block a certain size
Web page will show scrollers if there's text overflows
Also great for web page design for the same reason
- If a text block is chained, you cannot set its sizing mode, it's Fixed Size
Text Styles (Format -> Styles -> Styles..., "Edit") can support the different modes if you set this hidden default:
defaults write com.stone.Create TextStyleHasResizeMode YES
- you can alter a style's Text Resizing mode via Style Editing
- If you apply a Style to an entire text block, its text resizing updates
- Also if you update a style that has been applied to an entire block.
- this is off by default because it can lead to multiple identical styles except for ResizeMode
|