You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rules element: groups all the rules. Contains one or more rule elements
rule
rule element: a single rule. Contains one or more sub elements, and one or more condition elements. All conditions must evaluate to true for the rule to be
name: attribute, optional. String. Descriptive name for this rule.
enabled: attribute, optional. Bool. If this rule should be evaluated or not.
sub
sub element: a single glyph to glyph substitution.
name attribute, required. Name of the source glyph.
byname attribute, required. Name of the replacement glyph.
condition
condition element: a single condition that has to evaluate to true for this rule to be valid.
tag element: attribute, required. OpenType axis tag.
operator attribute, required. Can be either < or >
value attribute, required. Number.
The text was updated successfully, but these errors were encountered:
This is a proposal for some xml to record conditional glyph substitutions in designspace.
rules
rules
element: groups all the rules. Contains one or morerule
elementsrule
rule
element: a single rule. Contains one or moresub
elements, and one or morecondition
elements. All conditions must evaluate totrue
for the rule to bename
: attribute, optional. String. Descriptive name for this rule.enabled
: attribute, optional. Bool. If this rule should be evaluated or not.sub
sub
element: a single glyph to glyph substitution.name
attribute, required. Name of the source glyph.byname
attribute, required. Name of the replacement glyph.condition
condition
element: a single condition that has to evaluate to true for this rule to be valid.tag
element: attribute, required. OpenType axis tag.operator
attribute, required. Can be either < or >value
attribute, required. Number.The text was updated successfully, but these errors were encountered: