summaryrefslogtreecommitdiffstats
path: root/decadv-2025.html
blob: f4538add59343f42461426a309075daf32a784c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>2025 december adventure — aaoth.xyz</title>
	<style>
	html{background:#777}
	body{margin:1em auto;max-width:850px;color:#000;background:#fff;padding:0.5em;border:4px solid #5aa}
	a{color:#005;}
	img{max-width:100%}
	</style>
</head>
<body>
	<section>
		<h1>december adventure 2025</h1>
		<p>in this year's decadv i want to work on a project that
		i've been postponing for too long now. i'm fascinated
		by scripts and writing aystems, both natural and
		constructed. over the years i've accumulated a few
		writing systems of my own. sadly, i haven't found the
		time to document them, but this year i want to try to
		change this.</p>
		<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>
		<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>