New to Typophile? Accounts are free, and easy to set up.
I've recently learned how to use Fontlab Studio 5, and I also learned how to script ligatures. But I noticed Illustrator for example has more buttons in the type tool section: Standard Ligatures, Contextual Ligatures, Discretionary Ligatures, Swash, Stylistic Alternates, Titling Alternates, Ordinals and Fractions.
So out of that list, I only know how to script the standard ligatures. Does anyone know how to script the others, or do you know a source to learn about it? Most font families contain all the ligatures and swash letters as seperate fonts rather than putting it into a single font (OpenType). Is there a reason for doing this?
13 Feb 2010 — 8:27pm
here is a technical answer.
The technique is the same as the ligature, using the FEATURE.
Of course you need new "generated glyph" for the subtitution (eg: "f_f_l", "T_h").
FEATURE
for ligature is LIGA
for Discretionary ligature is DLIG
for Contextual ligature is CALT
etc.
Wiki can help: http://en.wikipedia.org/wiki/OpenType_feature_tag_list
here is some example:
feature liga {
sub f f b by f_f_b;
sub f f h by f_f_h;
sub f f i by ffi;
} liga;
feature dlig {
sub T H by T_H;
sub T T by T_T;
sub T h by T_h;
sub s p by s_p;
sub s t by s_t;
} dlig;
feature calt {
sub T H E by T_H_E;
} calt;
13 Feb 2010 — 9:05pm
> Most font families contain all the ligatures and swash letters as seperate fonts rather than putting it into a single font (OpenType). Is there a reason for doing this?
Most of those fonts are pre-OpenType. The preferred way to go these days is to put all these alternates into a single font… unless your users are in a software who doesn’t know how to handle OpenType features.
14 Feb 2010 — 10:44am
Thank you for your answers. It was most helpful.
I'm wondering if anyone knows why Photoshop doesn't support OpenType, or did I just not see it? I also can't find the function in InDesign. I'm sure it will be available in Photoshop CS5.
11 Mar 2010 — 6:00pm
in CS4 open type is supported into Photoshop, Illustrator and InDesing
in photoshop it's more basic an option is apply to all your text.
In InDesign you can you do it on a single Glyph
in design go to main menu: WINDOW / Type & Table / Glyphs
12 Mar 2010 — 4:28am
I haven't checked this thread in a while. Meanwhile I found out where to find OpenType in Photoshop. I didn't know how to use it in InDesign yet though. Thanks a lot for the information!
15 Feb 2012 — 2:23am
Indesign has a special interface for that, called "Opentype panel". The same as in Illustrator, really
15 Feb 2012 — 2:29am
and about applying them - this might help: http://ilovetypography.com/OpenType/opentype-features.html
18 Feb 2012 — 1:00am
Thanks but this threat is very old. That last comment of mine was sent 2 years ago. Meanwhile I've had several jobs where I had to use InDesign daily.
This is pretty amusing though. When I was still studying I was the go-to guy in the class for tips on typography and InDesign functionality while two years ago I couldn't even find the OpenType panel.