Home | History | Annotate | Download | only in src

Lines Matching defs:Feature

54  * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
178 struct Feature;
208 USHORT reqFeatureIndex;/* Index of a feature required for this
269 * Feature implementation. But we still need to be able to tell junk from
276 * 'size' feature that is correct by the specification.
278 * The specification for this feature tag is in the "OpenType Layout Tag
282 * Here is one set of rules to determine if the 'size' feature is built
286 * Assume that the offset to the size feature is according to specification,
288 * feature is calculated as versions of MakeOTF before the AFDKO 2.0 built it.
289 * If this fails, reject the 'size' feature. The older makeOTF's calculated the
291 * beginning of the 'size' Feature table.
382 * added to the end of this Feature Parameters
388 * feature. The values of uiLabelNameId and
392 * Feature Parameters specification. The
393 * user-interface label for the feature can
417 * feature. (May be NULL.) */
422 * text for this feature. (May be
427 * feature. (May be NULL.) */
433 * feature parameters. (Must be zero
438 * feature provides glyph variants.
473 struct Feature
488 Feature>::sanitize_closure_t *closure) {
500 * Only do this for the 'size' feature, since at the time of the faulty
501 * Adobe tools, only the 'size' feature had FeatureParams defined.
531 featureParams; /* Offset to Feature Parameters table (if one
532 * has been defined for the feature), relative
533 * to the beginning of the Feature Table; = Null
540 typedef RecordListOf<Feature> FeatureList;