Home | History | Annotate | Download | only in src

Lines Matching defs:Feature

54  * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
179 struct Feature;
209 USHORT reqFeatureIndex;/* Index of a feature required for this
270 * Feature implementation. But we still need to be able to tell junk from
277 * 'size' feature that is correct by the specification.
279 * The specification for this feature tag is in the "OpenType Layout Tag
283 * Here is one set of rules to determine if the 'size' feature is built
287 * Assume that the offset to the size feature is according to specification,
289 * feature is calculated as versions of MakeOTF before the AFDKO 2.0 built it.
290 * If this fails, reject the 'size' feature. The older makeOTF's calculated the
292 * beginning of the 'size' Feature table.
383 * added to the end of this Feature Parameters
389 * feature. The values of uiLabelNameId and
393 * Feature Parameters specification. The
394 * user-interface label for the feature can
418 * feature. (May be NULL.) */
423 * text for this feature. (May be
428 * feature. (May be NULL.) */
434 * feature parameters. (Must be zero
439 * feature provides glyph variants.
474 struct Feature
489 const Record<Feature>::sanitize_closure_t *closure) {
501 * Only do this for the 'size' feature, since at the time of the faulty
502 * Adobe tools, only the 'size' feature had FeatureParams defined.
532 featureParams; /* Offset to Feature Parameters table (if one
533 * has been defined for the feature), relative
534 * to the beginning of the Feature Table; = Null
541 typedef RecordListOf<Feature> FeatureList;