On 11/05/2017, at 01:00, Jeffrey Jones <ja...@me.com <mailto:ja...@me.com>> 
wrote:
> Another way to change fonts is with the Fonts panel: View > Text Display > 
> Show Fonts


Let's not forget:

View > Text Display > Zoom In

View > Text Display > Zoom Out

If you give these keyboard shortcuts then you're a keystroke away from changing 
the magnification level.

You can also set view attributes instantly via AppleScript:

----------------------------------

tell application "BBEdit"
    tell front text window
        set display font to "Times"
        set display font size to 18
        set display magnification to 2.0
    end tell
end tell

----------------------------------

Give your script a keyboard shortcut and again — you're a keystroke away from a 
change.

There's a lot of flexibility.

--
Best Regards,
Chris

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.

Reply via email to