-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathVD-process.md.xml
More file actions
31 lines (28 loc) · 918 Bytes
/
VD-process.md.xml
File metadata and controls
31 lines (28 loc) · 918 Bytes
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
<?xml version="1.0" encoding="utf-8"?>
<document><pre><code># ----------------------------------------
# process.html
# ----------------------------------------
page = page.next
page.applyTemplate(template)
page.name = 'Process'
page.url = 'process.html'
content = page.select('Content')
box = content.newBanner()
</code></pre>
<h1>Variable design strategy: The Process</h1>
<pre><code>box = content.newIntroduction()
</code></pre>
<h1>Sketching and iterating the design space.</h1>
<pre><code>section = content.newSection()
box = section.newMain()
</code></pre>
<h2>Sketching the design space</h2>
<h2>Exploding dimensions</h2>
<h2>Keep it small, test modular, hide unused axes</h2>
<h2>MutatorMath vs. Fonttools interpolation</h2>
<h2>Managing inflections points</h2>
<h2>Instances</h2>
<h2>Features</h2>
<h2>Spacing, groups and kerning</h2>
<h2>Scripting production</h2>
<h2>Do’s and don’ts</h2></document>