3

Is there a way to call this function: 'Large Type' in Mac like in Address Book application

from the command line?

Kevin Burke
  • 899
  • 3
  • 13
  • 30
  • You need a GUI anyway, is using QuickSilver not an option? See also: [Quicksilver Large Type](http://stackoverflow.com/questions/1234686/quicksilver-large-type) – slhck Jan 22 '12 at 01:32
  • Address Book's AppleScript dictionary does not support this functionality directly. – Daniel Beck Jan 23 '12 at 09:52

2 Answers2

2

There's a nice utility called 'LargeType2' that add a 'Service' menu item to display such large texts:

Homepage and download link: http://blyt.net/algrtepy2e/

official screenshot

1

You can use Growl to display your text as a notification. You can use Growl's AppleScript API as described here using osascript from the command line to specify a specific display style.

Growl display styles are basically HTML and CSS, so you can easily create your own and customize its look to be "large type" instead of a regular notification. Check out some third party styles for inspiration.

Daniel Beck
  • 109,300
  • 14
  • 287
  • 334