|
4 | 4 |
|
5 | 5 | Slice is a GUI application that takes a variable font and compiles a new "slice" instance of the variable design space with user-defined axis values. It provides an OpenType name table editor to support unique slice names so that artifacts show up in application menus as different families according to the area of the design space that you use.
|
6 | 6 |
|
7 |
| -Slice is built with PyQt5 and supports cross-platform use on macOS, Windows, and Linux. Design space slices are generated with the [fonttools Python library](https://github.com/fonttools/fonttools). The application is free software that can be used at no cost. Please see the Licenses section below for additional details. |
| 7 | +Slice is built with PyQt5 and supports cross-platform use on macOS, Windows, and Linux. Design space slices are generated with the [fonttools Python library](https://github.com/fonttools/fonttools). The application is free software. Please see the Licenses section below for additional details. |
8 | 8 |
|
9 | 9 | ## Installation
|
10 | 10 |
|
11 |
| -This is alpha stage software. Install the application for testing with the following instructions. |
| 11 | +Slice is alpha stage software. Install the application for testing with the following instructions. |
12 | 12 |
|
13 | 13 | ### macOS and Linux
|
14 | 14 |
|
@@ -41,7 +41,7 @@ $ make run
|
41 | 41 |
|
42 | 42 | ### Windows
|
43 | 43 |
|
44 |
| -The following instructions were confirmed in Powershell 7. |
| 44 | +The following instructions work in Powershell 7 on Windows 10. |
45 | 45 |
|
46 | 46 | Clone the repository with:
|
47 | 47 |
|
@@ -73,18 +73,18 @@ $ python src\run.py
|
73 | 73 |
|
74 | 74 | ## Usage
|
75 | 75 |
|
76 |
| -1. Drag and drop a variable font file onto the Font Path free text entry area. Your variable font axis values with min, max, and default settings are shown in the Axis Definitions editor table. |
77 |
| -2. Click the Instance Value fields of the Axis Definitions editor table and set the desired values. If you leave a field blank, the default value is used. |
| 76 | +1. Drag and drop a variable font file onto the Font Path free text entry area. Your variable font axis values with min, max, and default settings display in the Axis Definitions editor table. |
| 77 | +2. Click the Instance Value fields of the Axis Definitions editor table and set the desired values. The value defaults to the default axis value if the field is blank. |
78 | 78 | 3. Edit the Name Table Definitions fields to define the menu names for your slice
|
79 |
| -4. If you need to master the bit flags for the font, use the check boxes to select the appropriate bits to set in the font |
| 79 | +4. If you need to master the bit flags for the font, use the checkboxes to select the appropriate bits to set in the font |
80 | 80 | 5. Click the Slice button and enter a save path in the dialog window that opens. The status bar in the bottom left corner of the main application window will indicate when your font is ready.
|
81 | 81 |
|
82 | 82 | ## Contributing
|
83 | 83 |
|
84 |
| -TKTKTK |
| 84 | +Please file issue reports on the [project tracker](https://github.com/source-foundry/Slice/issues). Source contributions are welcome. Fork the repository and submit a pull request with your change proposal. |
85 | 85 |
|
86 | 86 | ## Licenses
|
87 | 87 |
|
88 | 88 | The Slice project is licensed under the GNU General Public License version 3. Please see [LICENSE](LICENSE) for details.
|
89 | 89 |
|
90 |
| -Please see the [thirdparty directory](https://github.com/source-foundry/Slice/tree/main/thirdparty) for additional details about third party licenses. |
| 90 | +Please see the [thirdparty directory](https://github.com/source-foundry/Slice/tree/main/thirdparty) for additional details about third-party licenses. |
0 commit comments