diff options
Diffstat (limited to 'decadv-2025.html')
| -rw-r--r-- | decadv-2025.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/decadv-2025.html b/decadv-2025.html index 33bf9ae..f4538ad 100644 --- a/decadv-2025.html +++ b/decadv-2025.html @@ -24,7 +24,20 @@ <p>in particular, i want not only to document each writing system, but to make a computer font for each one.</p> <h2 id="log">the log</h2> - <p>nothing here yet, come back tomorrow.</p> + <h3>2025-12-01</h3> + <p>started working on <a href="ukarpanghooth.html">ukarpanghooth</a> description. couldn't do images today, sorry...</p> + <p>also came up with a rough scheme on how to make each font:</p> + <ol> + <li>draw each glyph and glyph variant (inkscape)</li> + <li>save glyphs as individual svg files</li> + <li>load glyphs (fontforge)</li> + <li>tweak position and size (fontforge)</li> + <li>export as ufo (fontforge)</li> + <li>add opentype fea</li> + <li>compile (fontmake/fontc)</li> + <li>test (browser, libreoffice, harfbuzz, pango), looping back to 1-7 as needed</li> + <li>verify metadata and upload</li> + </ol> </section> </body> </html> |
