|
|
|
|
#1 |
|
MVP
Join Date: Jan 2009
Posts: 1,686
|
How to ID fonts with ligatures, etc?
Forgive please if I selected the wrong category for this...
I'm interested in identifying type faces I have here which offer all the swashes and ligatures. Is there a way to identify such fonts without loading them into font book, viewing each one at a time, etc? I don't know if such fonts have a different code number or identifier or not.. I have a large pile of fonts and viewing each one for its ligature/swash properties would take a pretty long time. thank you for any insight into this. a |
|
|
|
|
|
#2 |
|
League Commissioner
Join Date: Aug 2006
Posts: 5,040
|
I don't know if there is a "scriptable" way, but generally, the Adobe OpenType fonts marked "Pro", have very large ranges of chars, including swash, discretionary ligatures, small caps, non-lining figures and much else.
Those are the ones designed by Adobe that you can use in apps like ... Adobe InDesign to take advantage of those OTF character sets. The OTF fonts marked "Std" tend to have a much smaller range, comparable with old Type 1 PostScript fonts (sometimes a bit more). Last edited by benwiggy; 05-08-2012 at 11:10 AM. |
|
|
|
|
|
#3 |
|
League Commissioner
Join Date: Jan 2002
Posts: 7,960
|
I suppose you would need something that can print out font samples. There's a large variety to try, some free, most paid for.
Here's one - http://www.macupdate.com/app/mac/374...atalog-creator Can you find one that will also print out the various ligatures and other typographic elements of a particular font? I don't know which utilities will print out with those details. |
|
|
|
|
|
#4 |
|
MVP
Join Date: Jan 2009
Posts: 1,686
|
Thank you for the information/links...big help..
another friend suggested the OS X Character viewer..not sure if he means that keyboard thing or the special symbols doo-dad which shows *everything*...prbly the latter.. a |
|
|
|
|
|
#5 |
|
MVP
Join Date: Jan 2007
Posts: 1,751
|
Here's one approach: use EasyFind (or an equivalent search program that will scan within code), target the folder containing the fonts, and search for "ligature". Of the 161 more or less vanilla fonts in my /Library/Fonts folder, EasyFind suggests that I have 43 with some sort of coding for ligatures. Just what those ligatures are, I couldn't say.
|
|
|
|
|
|
#6 |
|
MVP
Join Date: Jan 2009
Posts: 1,686
|
macosnoob...what are your search settings? that EasyFind is lickety-split but after scanning 6700 font files, it turns up nothing on the terms ligature or ligatures
I must have something set wrong... |
|
|
|
|
|
#7 |
|
MVP
Join Date: Jan 2007
Posts: 1,751
|
See the EasyFind sidebar in the pic above for my settings.
|
|
|
|
|
|
#8 |
|
MVP
Join Date: Jan 2009
Posts: 1,686
|
I get the same result: nothing with your exact same settings precisely.
I am pointing EasyFind to my type faces folder...Even quit and restarted EF.. thank you for the idea tho..maybe I'll just contact Devon and ask them what I'm doing wrong. a |
|
|
|
|
|
#9 |
|
League Commissioner
Join Date: Aug 2006
Posts: 5,040
|
There is no instance of the word "ligature" in Adobe Garamond Premium Pro.otf, a font which has 2371 characters and probably more ligatures than any other.
|
|
|
|
|
|
#10 |
|
League Commissioner
Join Date: Jan 2002
Posts: 7,960
|
So, how would you pick out the fonts that DO have ligatures, even though the word "ligatures" apparently might not be used within the font file? Would one of the more-specialized font library apps, or a font management utility give you that function reliably?
|
|
|
|
|
|
#11 |
|
League Commissioner
Join Date: Aug 2006
Posts: 5,040
|
I have Linotype's FontExplorerX, and I don't think there's a way to isolate fonts in that way.
The majority of fonts will have the common f ligatures -- fi, fl, ff (though some sans faces don't have any). If you're talking about Discretionary Ligatures: ct, st, sp and so on, then really you're looking at Serif faces only -- and most of those will be the "Humanist" style of serif face, though that can be a subjective distinction for some faces. Swash characters are mostly in Italic faces of similar faces, as well as script faces. Can I ask what the purpose of the search is? It seems a kind of backwards request, from my experience of graphic design/print production etc. Is it likely that someone will say "show me all the fonts that have ligatures"? If you are planning to use these styles in InDesign or Quark, then you are limited to OpenType fonts, rather than .ttf fonts (which I don't think can be used with those programs' Style selections), then that brings you back to the Adobe Pro Collection, many of which are included with Creative Suite. (and found in /Library/Application Support/Adobe/Fonts.) |
|
|
|
|
|
#12 |
|
MVP
Join Date: Jan 2007
Posts: 1,751
|
@acme: Then let's try Terminal instead. Assuming fonts are in /Library/Fonts:
grep -i ligature /Library/Fonts/* produces the same 43 files that EasyFind does. @benwiggy: I'll have to take your word for it (and I do). I don't have a copy of that font to examine. What I'm trying to think of is some sort of low level way to find fonts that employ ligatures, something that doesn't require a visual inspection of the font itself. @ all: That said, one could run a quick (?) visual test on commonly ligatured letter combos (ff, fi, fl,etc.). I'd modify a copy of the AppleScript found in /Library/Scripts/Font Book/Create Font Sample.scpt, replacing set characters to tab & psName & return & return with set characters to tab & "ff fi fl" & return & return To use the new script, first select all the fonts in Font Book, then run the script. As it churns through the fonts, a new TextEdit document will slowly be generated. (161 fonts took a couple of minutes. 6000 is going to take longer!) |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|