Skip to content

Commit 7ab2fdd

Browse files
committed
finalize the move to a new extensionbundle
1 parent 13dd9ef commit 7ab2fdd

7 files changed

Lines changed: 78 additions & 895 deletions

File tree

README.md

Lines changed: 1 addition & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,3 @@
11
# Batch
22

3-
4-
**Batch is a RoboFont extension to generate binary fonts in batch.**
5-
6-
- supports UFO, OpenType (TTF/CFF) and designSpace files as input
7-
- generates .otf .ttf .pfa .woff2 & variable fonts
8-
9-
## Documentation
10-
11-
- [Sources](#sources)
12-
- [Desktop Fonts](#desktop-fonts)
13-
- [Web fonts](#web-fonts)
14-
- [Variable fonts](#variable-fonts)
15-
- [Settings](#settings)
16-
17-
18-
Once installed, Batch will add itself to the *File* menu:
19-
20-
![](imgs/batch-menu.png)
21-
22-
23-
# Sources
24-
25-
Use the *Sources* section to choose which fonts to use as input.
26-
27-
**Add fonts by dragging files into the list or use the + - buttons.**
28-
29-
The following types of input files are supported:
30-
31-
- UFO fonts
32-
- OpenType fonts (CFF/TTF)
33-
- UFO's folder
34-
- designspace file
35-
36-
If a designspace file is provided, it will be expanded into all it's sources and instances, the instances can be generated as seperate static desktop and web fonts.
37-
38-
39-
![](imgs/batch.png)
40-
41-
# Export formats
42-
43-
## Desktop Fonts
44-
45-
- .otf
46-
- .ttf
47-
48-
## Web Fonts
49-
50-
- .otf
51-
- .otf (woff2)
52-
- .ttf
53-
- .ttf (woff2)
54-
55-
## Variable Fonts
56-
57-
- .otf
58-
- .otf (woff2)
59-
- .ttf
60-
- .ttf (woff2)
61-
62-
*Note: It is required to provide a designSpace file.*
63-
64-
65-
Batch will try to optimize the designspace data by performing the following actions:
66-
67-
* Add off-curve points where needed to make contours compatible.
68-
* Add axes to the design space if they are missing.
69-
* Add missing glyphs by generating them from the design space.
70-
* Add kerning pairs to make kerning compatible.
71-
72-
73-
Settings
74-
--------
75-
76-
Click on the gears icon in the toolbar to open the *Settings* sheet.
77-
3+
Documentation is [here](source/html/index.md)

build-html.py

Lines changed: 0 additions & 57 deletions
This file was deleted.

imgs/batch-menu.png

-132 KB
Binary file not shown.

imgs/batch.png

-338 KB
Binary file not shown.

0 commit comments

Comments
 (0)