无回溯连笔
Backtrack-Free Cursive

原始链接: https://mmapped.blog/posts/52-backtrack-free-cursive

作者发现英文连体字令人沮丧,原因在于需要“回笔”——即必须抬起笔或中断书写流来给 i 点点、给 t 画横线或补全字母。统计分析显示,英文的回笔频率远高于俄文,这使得书写过程显得笨拙。在数字笔记设备上,这个问题尤为突出,因为多笔画单词会使撤销功能变得复杂。 为了寻求更流畅的书写体验,作者受 SmithHand 和俄文书法的启发,设计了一种无需回笔的定制连体书写体。其主要创新包括: * **修改字母:** 字母 'x' 写成两个镜像的 'c',字母 't' 则简化为一个类似标志的单笔画。 * **整合圆点:** 不再为了点点而抬笔,而是将 'i' 和 'j' 的笔画末端卷成一个独特的圆圈,从而保持笔尖不离开纸面。 * **侧重流程的设计:** 通过将字母视为连续路径,该书写体消除了对后续笔画的“心理负担”。 经过数月的练习,作者表示,尽管这种书写体偶尔需要调整,但它已成功将英文书写转化为一种流畅、愉悦的过程,体验堪比俄文书写。

此 Hacker News 讨论帖探讨了连笔书写的细微差别,特别聚焦于作者关于“无需回笔”书写的观点。 评论者们对构成特定字符的技巧进行了争论: * **字符笔画**:用户指出,诸如西里尔字母“ф”和拉丁字母“x”往往需要多次笔画或回笔,具体取决于个人所学的书写风格。 * **书写技巧**:关于书写“ф”的建议包括使用“qo”或“oJo”形状以保持流畅。 * **连笔书写的普遍挑战**:参与者承认连笔书写本身存在难度,并指出虽然它书写效率高,但随着时间推移可能会变得难以辨认。 * **效率建议**:一位用户建议,可以通过将圆点和横画留到词语书写完成后再补上,从而最大限度地减少回笔。 总体而言,该讨论凸显了书写风格的主观性,以及书写者为避免回笔而做出的技术性调整。
相关文章

原文

I narrowed the problem to backtracking—the need to add strokes to the letters I’ve partially written. English wants me to dot my i’s and cross my t’s. It has a lot of them, and they like to cluster in a single word. Instead of thinking about what I want to write next, I have to maintain a mental queue of pending strokes.

Backtracking is rare in Russian. Only й (short i) and э (pronounced like e in end) require two strokes. There is also ё (pronounced yo, like in New York), but its umlaut is optional. So much of Russian literature is written without ё that native speakers infer it unconsciously.

The word destination requires four backtracks (two t’s and two i’s) when written in English. Its Russian translation назначение needs none.

To quantify my discomfort, I analyzed Dostoevsky’s Crime and Punishment in Russian and English and computed how much backtracking I would have to do if I were to write it in cursive. The English version needs backtracking for 51% of words with 0.68 backtracks per word on average. In Russian, only 6.4% of words need backtracks, with 0.066 backtracks per word on average.

One way to remove backtracking is to lift the pen immediately instead of waiting until the end of the word, as if doing italic calligraphy. Pen lifts alleviate the mental queue problem and give a chance to readjust the palm, but they break the writing flow.

Dots and crosses are even more irritating on digital notebooks because the undo feature works on the stroke level. Often, I want to remove the last word I’ve written. If each word required only one stroke to write, I could do it in a single tap. But since every other word requires multiple strokes, I resort to the eraser tool, which is slower and more distracting.

I couldn’t find a cursive script that would address my annoyances, so I designed one. It’s based on SmithHand, with occasional borrowings from the Russian script I learned at school. SmithHand renders most lowercase letters in one stroke, except x, t, i, and j.

x is the easiest letter to fix. Instead of using two diagonal strokes, I draw two mirrored c’s, as my Russian penmanship teacher would suggest.

The fix for t is also straightforward. Instead of crossing the vertical line in a separate stroke, I add an auxiliary line that moves the pen up and left and then crosses the stem. It’s the same motion you’d use to draw digit 4, but mirrored both horizontally and vertically.

This variant of t often appears on logos. I counted three instances just walking around Zürich main station. For example, logos of Stocker bakery, Leonardo ice cream parlor, and the Hotelplan group use it. If it reads well on Swiss logos, it’s good enough for my scribbles.

Single-stroke letter t often appears on logos.

If you’re feeling fancy, you can make a loop on the upstroke, giving the letter a little bow. I prefer this variation in the th and te ligatures because it pairs well with its neighbors.

Word theater written in a single stroke.

The tt ligature requires planning: draw two vertical stems first, then add a horizontal stroke crossing them both.

Word pretty written in a single stroke.

i and j gave me a hard time. I tried skipping their dots entirely, but the result was subpar. I tried writing the dot before the stem, trading a backtrack for a pen lift, but I couldn’t get used to it. It also broke the flow, unless the word started with a dotted letter (as in in or just). An acceptable solution must connect the dot and the stem in a legible way.

The breakthrough came from my prior experiments with dot shapes. I write with an extra-fine nib, so dots can disappear in a dense grid packed with letters. I considered using little circles instead. The change didn’t seem worth the trouble on its own, but the pen lift constraint gave the idea a new appeal: dots become invisible when connected to a stem, but circles remain distinctive.

The design that worked fuses the circle and the stem. To write an i without lifting a pen, I draw a tight loop above the midline that flows into a stem on the downstroke.

The placement and the alignment of the circle are crucial. If the circle is below the midline, the letter looks like a Greek ε. If the circle doesn’t align with the stem, the letter looks like an r.

The circle above the letter i must be above the midline and align with the stem; otherwise, the letter is easy to confuse with ε or r.

Word jitter is perfect for practicing the script because it contains i, j, and a challenging tte ligature.

Word jitter written in a single stroke.

Some capitals required minor adjustments. The horizontal bar of capital T turned into a loop. Capital F acquired a little bow that connects to the next letter. Capital K has two renderings: in two top-down strokes (requires a pen lift) or in one stroke that traverses the top arm twice (once up and once down).

Here is the full alphabet for reference:

Backtrack-free cursive Latin alphabet.

I’ve been using this script for several months, both on paper and digital notebooks. My i’s are still inconsistent, my t’s and x’s aren’t as elegant as they used to be, but writing English finally brings me as much delight as writing Russian.

Words delightful and destination, each written in a single stroke.
联系我们 contact @ memedata.com