It is not Regular, bold and italics and also bold italics,
For example for the char A, it has 3 different type of A. so in photoshop, or indesign, when i highlight the char A, it will show me 3 alternate A in glyph.
See in the attachment, an example.
So i need to know what are the steps to create alternate font in fontcreator.
Please can you give me more details, on how to add Stylistic Alternates on fontcreator. Also, i dont know what is the use of lookups. Do i need to insert single substitution and so on, pls.
I have check the video that you sent me the link but there is only a short brief on how to use opentype designer.
Please is it possible to make a full tutorials on opentype designer like how to add alternate font such as 3 variants fonts in the same font?
What is the use of features and lookups?
What is class manager?
When adding an alternate, do i need to add chaining context and so on.
Please i really need your help. I know that it is a bit hard for you to do so, can you try and also i dont really use scripts in codes?
I find a font which has 5 variants type so when i type A - 5 times, it show 5 different variants in either in Photoshop, Indesign and also in Opentype designer when i type 5 type it, but in opentype designer, when i click on CALT, it works so any help…
I’ve used Garava to make a test case which contains OpenType layout feature code for 4 additional pseudo random character variants for all lower case Latin characters (a..z). GaravaPseudoRandom2.fcp (576 KB)
Due to the nature of processing text, each line resets the “randomness”.
Thank you very much for your example, i finally understand how it works but now i have more problems such as for the first 2 letters such as BA should be the first variant and after this another BA and this one should be the second one and so on.
How can i do this settings?
Please check the picture in the attachment, i sent you an example , how it should be. the font in the red circle is the correct one.
Backtrack is the sequence of glyphs before the actual contextual input, and lookahead is what comes after it.
Say you only want to replace “f” “i” with a “fi” ligature if it precedes with and “i” and “c” “e” after it, then it would trigger the substitution tables if you type:
magnificent
but it would not proceed if you type:
artificial
In this case
backtrack: “i”
input: “f” “i”
lookahead: “c” “e”
substitution table: ligature “f” “i” → “fi”
Tnx you for your advice. Now, i have another problem. I have the Letter I, that i need to change it to I but with the 2 stick on it, i sent you in the attachment, so you can have an idea. But, i need to change only I, at the begining of a phrase, and also on these following which are
. I
? I
! I
. IN
I’
IF
I–I
IS
IN
I…
…I
I KNOW