Forum

 

14 posts

Calendary Hands error

Aug 25, 2013 at 05:23

I was using Calendary Hands and got an error when I typed 2 lls in a row, such as in 'allow' or 2ts or 2fs. So, I opened a font editor to see if I could figure out what was wrong and erased the glyphs t_t, f_f, & l_l. It works right in word processors but on photoshop, and my pre-existing project, still same prob. Any help?

Edited on Aug 25, 2013 at 09:44 by T888


Aug 25, 2013 at 08:17

http://www.dafont.com/calendary-hands.font

The 't_t, f_f, and l_l' glyphs are kerning pairs. They're spaced a little differently, for when those letters are used consecutively in a word. You're supposed to use them instead of typing the letter twice. You might as well download the font again, since your copy is now permanently fucked.

I don't think any errors in any fonts can be solved by erasing glyphs.


Aug 25, 2013 at 09:20

It works better than it did before. At least now it works in word processors, just not photoshop.

Edited on Aug 25, 2013 at 09:45 by T888


Aug 25, 2013 at 10:29

The double f, l and t are not kerning pairs but discretionary ligatures which only work in an open type version of the font with a script like this:
feature DiscretionaryLigatures dlig {
lookup dligSub;
}

lookup dligSub {
sub f f -> f_f;
sub l l -> l_l;
sub t t -> t_t;
}

But as this demo version is true type these three characters are not recognized and as they are not mapped they can not be used. With true type only the standard fi and fl ligatures are recognized.

I have tried the font in three different applications and have not encountered any problem whatsoever. So the problem is your side, not in the font.


Aug 25, 2013 at 10:44

I got it to work everywhere except photoshop by erasing those glyphs completely. Does anybody have any clue how to get it to work there?

Edited on Aug 25, 2013 at 10:44 by T888


Aug 25, 2013 at 11:01

Are we talking about the same thing? Are you using the demo ttf or an otf version?


Aug 25, 2013 at 11:05

I think ttf.


Aug 25, 2013 at 11:08

How do you mean 'I think'?


Aug 25, 2013 at 11:12

ttf


Aug 25, 2013 at 11:30

What is the error message?


Aug 25, 2013 at 12:41

'Could not complete your request because of a program error'. It only happen when I try to type those letters though such as in 'allow', the only way to type it is 'al low' with the space and if you delete it, same error occurs.


Aug 25, 2013 at 18:17

What happens with a double r, like in arrow?


Aug 25, 2013 at 20:05

No problem with double Rs. Just ls, ts, & fs.


Aug 26, 2013 at 02:43

koeiekat said  
The double f, l and t are not kerning pairs but discretionary ligatures which only work in an open type version of the font with a script like this:
feature DiscretionaryLigatures dlig {
lookup dligSub;
}

lookup dligSub {
sub f f -> f_f;
sub l l -> l_l;
sub t t -> t_t;
}

I stand corrected.

But as this demo version is true type these three characters are not recognized and as they are not mapped they can not be used. With true type only the standard fi and fl ligatures are recognized.

I have tried the font in three different applications and have not encountered any problem whatsoever. So the problem is your side, not in the font.




All times are CEST. The time is now 19:32


 
Privacy Policy  -  Contact