AppleScript_Fontlist ( result_field )
Rate this function: Average rating: 4.3 (7 votes) Discuss this Custom Function
Thomas Siebert, Thomas Siebert
http://www.t-seabird.de
Returns a list of fontnames compatible to FileMaker Pro using the "FontBook" application.
Sample Input:
| Perform AppleScript [ AppleScript_Fontlist ( table::field ) ] |
|
Sample Output:
...
Al Bayan Plain
Al Bayan Bold
American Typewriter Light
American Typewriter
American Typewriter Bold
American Typewriter Condensed
American Typewriter Condensed Light
American Typewriter Condensed Bold
Andale Mono
Arial
Arial Italic
Arial Bold
Arial Bold Italic
Arial Black
... |
|
Description:
Apple/Mac only.
The function returns the names of every "TrueType" and "OpenType TrueType" fonts and their typfaces using the application "Font Book".
Use the ScriptStep "Perform AppleScript" using the option "Calculated AppleScript"
You also shall use "Perform AppleScript" directly from a button.
the result will be set to record 1 of the specified field/table.
You maybe create a table with only one record.
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
This is my Custom Function and I want to
edit it
Discuss:There are no comments yet. Be the first to post a comment about this Custom Function! Please try to keep it brief & to the point. Anyone can post:
|
Newest Custom Functions:
| 1. |
CountWordOccurrences ( text ; searchWord ) |
| |
(Tue, Feb 07, 11:15am) |
| 2. |
indonesian_date(date) |
| |
(Mon, Feb 06, 7:14pm) |
| 3. |
phpArrayValue ( array ; key ; pos ) |
| |
(Fri, Jan 27, 1:49pm) |
| 4. |
solfm_timeToMinutes (theTime;roundSec) |
| |
(Fri, Jan 20, 6:26am) |
| 5. |
filterLines(filterField;filterValue;Result) |
| |
(Sat, Jan 14, 2:20pm) |
| 6. |
getMaxValue ( theList ) |
| |
(Thu, Jan 12, 1:06pm) |
| 7. |
MiddleWordsIncPunct ( text ; startingWord ; numberOfWords ) |
| |
(Sat, Jan 07, 9:16am) |
| 8. |
WindowInfo |
| |
(Fri, Jan 06, 12:39pm) |
 |
|