Meow - a font for cats

jeremy tribby
Posts: 275
Meow is a font for cats. Every fourth letter a cat types, turns into the word "meow."
https://github.com/jpt/meow


This debuted at the Stupid Shit That No One Needs and Terrible Ideas Hackathon in San Francsico, of course. It works for 52 letters, uppercase and lowercase. We ran into some interesting OpenType limitations when dealing with 7.3 million programmatically generated ligatures
When fed "sub [a-z] [a-z] [a-z] [a-z] by m_e_o_w.liga" makeotf would crash, we tried it a different way that I don't remember but there was a limit, maybe on lookups, I think 8,512? We tried some other stuff and found makeotf is hard coded to timeout after 100,000 attempts while recycling -- https://github.com/adobe-type-tools/afdko/blob/master/FDK/Tools/Programs/makeotf/makeotf_lib/source/hotconv/feat.c#1686 Eventually we split the alphabet into many different classes and also got down to a reasonable 2,400 lookups. The repetition bug, I'm not sure how to fix, but then maybe that makes it even more useless, which was a goal from the start.
https://github.com/jpt/meow


This debuted at the Stupid Shit That No One Needs and Terrible Ideas Hackathon in San Francsico, of course. It works for 52 letters, uppercase and lowercase. We ran into some interesting OpenType limitations when dealing with 7.3 million programmatically generated ligatures

When fed "sub [a-z] [a-z] [a-z] [a-z] by m_e_o_w.liga" makeotf would crash, we tried it a different way that I don't remember but there was a limit, maybe on lookups, I think 8,512? We tried some other stuff and found makeotf is hard coded to timeout after 100,000 attempts while recycling -- https://github.com/adobe-type-tools/afdko/blob/master/FDK/Tools/Programs/makeotf/makeotf_lib/source/hotconv/feat.c#1686 Eventually we split the alphabet into many different classes and also got down to a reasonable 2,400 lookups. The repetition bug, I'm not sure how to fix, but then maybe that makes it even more useless, which was a goal from the start.
1
Comments
-
My cat will love it?1
Categories
- All Categories
- 46 Introductions
- 3.8K Typeface Design
- 478 Type Design Critiques
- 558 Type Design Software
- 1.1K Type Design Technique & Theory
- 645 Type Business
- 836 Font Technology
- 29 Punchcutting
- 512 Typography
- 119 Type Education
- 318 Type History
- 75 Type Resources
- 110 Lettering and Calligraphy
- 31 Lettering Critiques
- 79 Lettering Technique & Theory
- 538 Announcements
- 87 Events
- 111 Job Postings
- 168 Type Releases
- 171 Miscellaneous News
- 274 About TypeDrawers
- 53 TypeDrawers Announcements
- 119 Suggestions and Bug Reports