FontCreator14 中文使用手册

  1. 首页
  2. FontCreator14 中文使用手册
  3. OpenType布局功能
  4. Script Editor代码编辑
  5. OTLFD脚本语法
  6. Feature关键字

Feature关键字

关键字 feature 有两种使用方式:引用特征和声明特征。在 script(文字) 区块中对一个特征进行引用,表明所指定的特征在该文字中可用。

引用一个特征:

script <tag> {

 feature MyLigatures; # 引用特征 “MyLigatures”

}

声明一个特征:

feature <name> <tag> {

 <feature declaration>

}

其中:

name 是可以自己创建的名称。名称中只能使用 a-z、A-Z、0-9 和 “_”。名称区分大小写,并且只能声明一次。

tag 是微软特征标签列表中定义的某个特征标签。完整的可用标签列表可在此网页中找到:http://www.microsoft.com/typography/otspec/featurelist.htm

Was this article helpful to you? Yes No

How can we help?