Home | History | Annotate | Download | only in src

Lines Matching defs:Feature

53  * 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
416 * feature. (May be NULL.) */
421 * text for this feature. (May be
426 * feature. (May be NULL.) */
432 * feature parameters. (Must be zero
437 * feature provides glyph variants.
472 struct Feature
487 const Record<Feature>::sanitize_closure_t *closure) {
499 * Only do this for the 'size' feature, since at the time of the faulty
500 * Adobe tools, only the 'size' feature had FeatureParams defined.
530 featureParams; /* Offset to Feature Parameters table (if one
531 * has been defined for the feature), relative
532 * to the beginning of the Feature Table; = Null
539 typedef RecordListOf<Feature> FeatureList;