http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html#10 For example, @mhosken is interested in experimenting with inlining custom syntax (such as Python snippets) into feature files. After this change, such experiments can be done on top of feaLib because the Abstract Syntax Tree now contains the tag and content of `anonymous` blocks.
13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
# OpenType Feature File specification, section 10.
|
|
# http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html
|
|
|
|
anon sbit {
|
|
/* sbit table specifications */
|
|
72 % dpi
|
|
sizes {
|
|
10, 12, 14 source {
|
|
all "Generic/JGeneric"
|
|
}
|
|
}
|
|
} sbit;
|