-
I have a question about the way the various fields in the 'name' table are set up for the Source Sans Pro family of fonts.
For regular, bold, italic, and bold italic weights, Name ID 1 ("Font family …
-
Sorry I'm not good at English....
For example,
![h tg a p9 e5hl08 ou](https://cloud.githubusercontent.com/assets/8115912/3598476/82b91ede-0ce3-11e4-80ce-7a114a5e6a1a.jpg)
The first one is from Gi…
-
完整的 keyword 列表见:
http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html#2.c
注:上述列表中行首的「*」是注释标记,不是 keyword 的一部分;keyword 后括号内的同义缩写也需支持;标记为「deprecated」的 keyword 也需支持。
-
完整的 special character 列表见:
http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html#2.d
这些符号应使用特殊颜色与 glyph name 区分开。类似 Atom 使用自带的 Solarized Dark 这个 syntax theme 时 JavaScript 代码中括号的效果…
-
I see multiple copies of the same features. Eg:
```
…
-
根据 2.f.i. Glyph name http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html#2.f.i 与其下一节 2.f.ii. CID:
- 保留的关键词前加 `\` 即可成为 glyph name。那么或许可以在关键词的匹配规则里加上「第一个字符不为 `\`」?
- 而对于 2.f.ii. CI…
-
``` sh
$ cd src
$ git clone https://github.com/frank-trampe/lohit2/;
$ cd lohit2;
$ sudo pip install robofab
Password:
Downloading/unpacking robofab
Downloading robofab-1.2.1.tar.gz (148kB): 148kB …
-
The feature file saved/exported from a font in FF is not valid for FF to merge into a font.
For example, using http://dejavu.svn.sourceforge.net/viewvc/dejavu/trunk/dejavu-fonts/src/DejaVuSans.sfd?re…
-
将
```
feature foo {
. . .
} foo;
```
理解为类似函数声明的结构,比如类似 JS 的:
```
function foo() {
. . .
}
```
注意「foo」这一部分的长度和大小写不定。当然,代码高亮也不用处理花括号前后的「foo」同名的事情……
-
Hello Behdad,
I have the following setup:
Mac OS X 10.9 with Python 2.7.5
1. RoboFab installed from:
https://github.com/robofab-developers/robofab
2. ufo2fdk installed from:
https://github…