Tsukurimashou 0.2
Wednesday 06 April 2011 at 10:16 pm. by mskala Used tags: software, typography, 作りましょう, 日本語This is the announcement of a now-obsolete version. Check out the latest progress of Tsukurimashou at sourceforge.jp!

日本語のページは読んで下さい。
I've just posted the second release of the Tsukurimashou font family - now with 198 kanji, including the 80 Grade One jouyou kanji. You, too, can write like a six-year-old! Also new in this version is a fancy build system.
Download the source package (ZIP) which includes four ready-made OpenType font files, or preview it by looking at the demo PDF (which is not much changed from last version) and the kanji chart.
More commentary probable at some future date; for the moment I've already used up today's word quota writing the package documentation.
three comments
The kerning algorithm has a bunch of tweakable parameters that maybe need further tweaking. My guess is that what you're seeing is associated with characters that have a lot of vertical white space - in such cases it's bringing the rows that have black closer together in order to compensate for all the rows that don't have black at all, and maybe it's doing that too much. If you're building the faces yourself you could try reducing the values of "hullslope" and "hullslope_beyond" (currently 10 and 3 respectively) in line 82 of kerner.c.
On reading that code I realize I misdocumented it - the description in the document describes the run-over-rise slope set by hullslope_beyond as "half a pixel" when it's actually 3/10ths of a pixel at the moment. Matt - 07-04-’11 15:48
This points to one of the difficulties of designing parametric type: you can't change just *one* thing and have it still look right. All the parameters are linked in complicated ways. Matt - 07-04-’11 16:22
![[Chessudoku]](/images/chessucvr.png)
![[Manekineko image for social-network shares]](http://ansuz.sooke.bc.ca/i/manekineko-clipped.jpg)
In the upper-left quadrant of the lowercase "t" glyph, there's a diagonal line connecting the stem and bar, and then the area defined by that line + stem + bar is filled in. It looks like a drawing error, but I'm not sure if it is indeed an error or if that's the way you want it.
The kerning between many characters and punctuation marks (" , : ; especially) feels too tight to me, but I probably need to understand the kerning algorithm before looking further into that. trythil (URL) - 07-04-’11 14:49