-
根据 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…
-
https://dl.dropboxusercontent.com/u/760909/in.svg
First of all it does not have metadata, and fails at
``` javascript
function load(str) {
var doc = (new DOMParser()).parseFromString(str, "applic…
-
In the README.md there is a link to AFDKO (http://www.adobe.com/devnet/opentype/afdko.html) which is broken.
-
The font looks really bad (when installed from github using AFDKO) on Mountain Lion.
I followed the same steps (essentially running build.sh) on my on other laptop with OSX Lion and the font looks g…
delip updated
12 years ago
-
Our build script requires FontForge with the Python extension. (Or alternatively, the Adobe Font Development Kit in combination with the RoboFab and UFO2FDK packages. AFDKO is closed-source and also n…
-
[According to the OpenType spec](http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html#4.h), lookup tables don't require script and language to be defined:
> Since no script or la…