Word substitution in FL

Kristian M
5.Mar.2007 3.10pm
Kristian M's picture

I’m currently working on a typeface in OT-format. Making glyph substitutions for ligatures is easy – but how (if possible) can I make substitutions with entire words that don’t have the same amount of letters?

I bet there is ‘Python’ mastermind out there!

Best regards
KTKM



Kristian M
6.Mar.2007 7.45am
Kristian M's picture

To be more specific…

For example: I want the word ‘shit’ to be replaced by ‘excrement’.

feature ss02 {
lookup ss02.pri1 {
sub [shit] by [excrement];
} ss02.pri1;
} ss02;

This is obvious not the way to go – since Fonlab want me to create two new glyphs ‘shit’ and ‘excrement’. Is there a simple way to make this work?

Help me please!
KTKM

Btw. It didn’t occur to me (until now) that Typophile is performing censorship! Anglo-saxon-american bullshit! Pathetic!


brew
6.Mar.2007 9.13am
brew's picture

Check out Thomas Phinney’s last example here: http://www.adobeforums.com/cgi-bin/webx/.3bbc5ea4


Kristian M
8.Mar.2007 12.08am
Kristian M's picture

Thank you – I’ll take a look!

KTKM