You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slice currently supports combinations of the following axis definition types in output fonts:
21
+
22
+
- Fixed instance locations
23
+
- Level 3 restricted axis ranges (must include original axis default value in the new, smaller axis range)<sup>[[1](#footnote1)]</sup>
24
+
- Full, original variable axis ranges
25
+
26
+
Define your font axes with the syntax in the table below.
27
+
28
+
|Axis definition | Axis Editor Syntax | Example |
29
+
| --- | --- | --- |
30
+
| Fixed axis location| Integer or float value |`400.0`|
31
+
| Restricted axis range | Colon-delimited min:max integer or float range |`200:700`|
32
+
| Full axis range | Leave editor row blank | n/a |
33
+
18
34
## Issues
19
35
20
36
Please file issues on the [project tracker](https://github.com/source-foundry/Slice/issues).
@@ -44,3 +60,8 @@ Please see the [thirdparty directory](https://github.com/source-foundry/Slice/tr
44
60
<ahref="https://www.netlify.com">
45
61
<img src="https://www.netlify.com/img/global/badges/netlify-light.svg" alt="Deploys by Netlify" />
46
62
</a>
63
+
64
+
65
+
---
66
+
67
+
<small><aid="footnote1">1</a>: Default axis locations are required to compile valid variable font format files. The default axis value defined in the original font must be included in the restricted axis range due to the lack of compiler support for default axis location moves during the slicing process. We intend to support default axis location moves when it is possible to do so. [This issue is being tracked on our GitHub tracker](https://github.com/source-foundry/Slice/issues/32).</small>
0 commit comments