New to Typophile? Accounts are free, and easy to set up.
hello folks, i have aquestion about ot scripting.
the font i'm working on is uppercase only and it has a lot of stylistic sets. of course i had to include lowercase glyphs too, but they just mirror the uppercase glyphs. however, for the alternative glyphs, i don't do uc and lc for each one of them, only the uc.
then i put only the uc glyphs in my stylistic sets classes and so for this to work with the lc as well, i'm doing a lookup that changes lowercase into uppercase before each substitution.
feature ss01 {
lookup ss01a { sub @lower by @upper; } ss01a;
lookup ss01b { sub @class_0 by @class_1; } ss01b; # they contain only uppercase
} ss01;
What would be the best/smart/easy way to transform an OT font that is fully featured and has several stylistic variants, into separate fonts for each feature, while still maintaining the kerning pairs etc.?
For example if an OT font has the standard latin characters + small caps + titling characters + alternates... to have the SC and Titling as standalone functional separate fonts.
What would be a good way to do do that?
Trying to control quotation marks when typesetting in inDesign:
I am trying to see if I can make quotation marks change automatically for different languages. For example if I select (in InDesign) the Language drop-down menu in the character palette > my English style quotes would transform into French guillemet quotes.
I see that just by having the standard repertoire of quotes does not mean easy implementation.
Otherwise how do French or German typographers call for a specific style of quotation mark?
- Do the desired marks have to be the default in the font file?
Any help to solve this mystery appreciated.
Michael Hernan