|
23 | 23 |
|
24 | 24 | ############################################ |
25 | 25 |
|
26 | | -__copyright__ = __license__ = """ |
27 | | -Copyright (c) 2014 Adobe Systems Incorporated. All rights reserved. |
28 | | -
|
29 | | -Permission is hereby granted, free of charge, to any person obtaining a |
30 | | -copy of this software and associated documentation files (the "Software"), |
31 | | -to deal in the Software without restriction, including without limitation |
32 | | -the rights to use, copy, modify, merge, publish, distribute, sublicense, |
33 | | -and/or sell copies of the Software, and to permit persons to whom the |
34 | | -Software is furnished to do so, subject to the following conditions: |
35 | | -
|
36 | | -The above copyright notice and this permission notice shall be included in |
37 | | -all copies or substantial portions of the Software. |
38 | | -
|
39 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
40 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
41 | | -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
42 | | -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
43 | | -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
44 | | -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
45 | | -DEALINGS IN THE SOFTWARE.""" |
46 | | - |
47 | | -__doc__ = """ This script takes a path to a folder as input, finds all |
| 26 | +__doc__ = """ |
| 27 | +This script takes a path to a folder as input, finds all |
48 | 28 | the UFOs inside that folder and its subdirectories, and outputs each |
49 | 29 | font's kerning in feature file syntax. If a path is not provided, the |
50 | 30 | script uses the current path as the top-most directory. The name of |
51 | 31 | the resulting kerning FEA file is managed by the WriteFeaturesKernFDK |
52 | | -module. """ |
| 32 | +module. |
| 33 | +""" |
53 | 34 |
|
54 | 35 | # ---------------------------------------------- |
55 | 36 |
|
|
0 commit comments