File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# fontmake-mp [ ![ Build Status] ( https://semaphoreci.com/api/v1/sourcefoundry/fontmake-mp/branches/master/badge.svg )] ( https://semaphoreci.com/sourcefoundry/fontmake-mp )
2
- Concurrent fontmake builds with UFO typeface source
2
+
3
+ Concurrent font compilation from UFO source files with fontmake
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
3
4
- # ================================================================
4
+ # ==================================================================
5
5
# fmp.py
6
- # Parallel fontmake font builds from UFO source
6
+ # Concurrent font compilation from UFO source files with fontmake
7
7
#
8
8
# Copyright 2017 Christopher Simpkins
9
9
# MIT License
10
- # ================================================================
10
+ #
11
+ # Source Repository: https://github.com/source-foundry/fontmake-mp
12
+ # ==================================================================
11
13
12
14
import sys
13
15
import os
You can’t perform that action at this time.
0 commit comments