The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniOutliner 3 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=9)
-   -   Setting screen font vs. print/export font [A: text zoom coming in OO4.] (http://forums.omnigroup.com/showthread.php?t=16554)

gmiddleton 2010-06-21 09:00 AM

Setting screen font vs. print/export font [A: text zoom coming in OO4.]
 
I like large fonts on my screen so I set whole-document font to 14pt. However, on export to RTF or Word, 14pt is too big.

It would be helpful if there was an option to scale down fonts for export. Any plans for this or something similar?

tmb 2010-07-03 05:09 AM

[QUOTE=gmiddleton;78977]I like large fonts on my screen so I set whole-document font to 14pt. However, on export to RTF or Word, 14pt is too big.

It would be helpful if there was an option to scale down fonts for export. Any plans for this or something similar?[/QUOTE]
That would be really helpful. I love OO and use it regularly. This or a "zoom" feature would be great.

mitchellm 2010-07-03 06:01 AM

This feature has been requested by many people for YEARS now! It is one of the few places where Omni has been unresponsive. Awhile ago the company said they did not implement because of the problems with scaling some non-text items in outlines (can't remember the exact wording). All that said, apparently zooming will be a feature in OO4. Who knows when that will come out, but hopefully within the next 6 to 9 months.

shinfu 2010-07-03 10:05 AM

I'm afraid that OmniOutilner is obsolete. Too much time to update, to develop.. I love this app and sometimes I feel like that. This feature is a common request. Keep waiting.

RobTrew 2010-07-03 10:45 AM

One can easily install a button on the OO3 toolbar which toggles the font size of the 'whole document' style back and forth between a screen size and a print size.

Edit the first two lines of the following to match your preferred sizes (mine are 16pt for screen and 12pt for print), save it as an applescript, and install the script on your OO3 toolbar.

Each time you click it the font size will switch.

[CODE]property pScreenSize : 16
property pPrintSize : 12

tell application id "OOut"
tell documents
if (count) < 1 then return
tell attribute "font-size" of style of item 1
if value is pPrintSize then
set value to pScreenSize
else
set value to pPrintSize
end if
end tell
end tell
end tell[/CODE]

mitchellm 2010-07-04 09:04 PM

Rob: Thanks! That works great.

mitchellm 2010-07-05 05:12 AM

Rob: I've been using OO with real joy again today. Your script has solved all my outliner problems! I wish Omni had provided something like this years ago. And I don't know much about scripting myself—but I truly appreciate the thoughtfulness you've given to providing the rest of us with a very elegant solution.

RobTrew 2010-07-05 02:10 PM

[QUOTE=mitchellm;79712]Rob: I've been using OO with real joy again today. Your script has solved all my outliner problems! I wish Omni had provided something like this years ago. And I don't know much about scripting myself—but I truly appreciate the thoughtfulness you've given to providing the rest of us with a very elegant solution.[/QUOTE]

It's a pleasure ! (just a simple fragment of code)

(oo3 seems a really excellent piece of work to me, and with the scripting interface you can generally make it do pretty much what you want ...)

BillC 2010-09-29 05:49 PM

[QUOTE=mitchellm;79700]Rob: Thanks! That works great.[/QUOTE]
Mitch,
I am having trouble installing the font size toggle script on the OO3 toolbar. I would greatly appreciate any help you can provide. I am running Mac X 10.6.5 and OOP 3.6.5. Thank you.
Bill C

whpalmer4 2010-09-29 08:40 PM

[QUOTE=BillC;86431]Mitch,
I am having trouble installing the font size toggle script on the OO3 toolbar. I would greatly appreciate any help you can provide. I am running Mac X 10.6.5 and OOP 3.6.5. Thank you.
Bill C[/QUOTE]

Perhaps if you describe the trouble we could offer some help without having to play a guessing game. Also, why are you running such an ancient version of OmniOutliner? If it is truly 3.6.5, it is over 2.5 years old, and has none of the Snow Leopard compatibility changes.


All times are GMT -8. The time now is 01:13 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.