Hi Hans,

1. The default value for the "force" key from \definefallbackfamily is "no".

<cd:command name="definefallbackfamily" file="font-sel.mkvi">
<cd:arguments>
<cd:resolve name="keyword-name"/>
<cd:keywords>
<cd:constant type="rm" default="yes"/>
<cd:constant type="ss"/>
<cd:constant type="tt"/>
<cd:constant type="mm"/>
<cd:constant type="hw"/>
<cd:constant type="cg"/>
<cd:constant type="roman"/>
<cd:constant type="serif"/>
<cd:constant type="regular"/>
<cd:constant type="sansserif"/>
<cd:constant type="sans"/>
<cd:constant type="support"/>
<cd:constant type="teletype"/>
<cd:constant type="type"/>
<cd:constant type="mono"/>
<cd:constant type="handwritten"/>
<cd:constant type="calligraphic"/>
<cd:constant type="math"/>
<cd:constant type="mathematics"/>
</cd:keywords>
<cd:resolve name="keyword-font"/>
<cd:assignments list="yes" optional="yes">
<cd:parameter name="rscale">
<cd:constant type="cd:number"/>
</cd:parameter>
                [...]
<cd:parameter name="check">
<cd:constant type="yes"/>
<cd:constant type="no" default="yes"/>
</cd:parameter>
<cd:parameter name="force">
- <cd:constant type="yes" default="yes"/>
- <cd:constant type="no"/>
+ <cd:constant type="yes"/>
+ <cd:constant type="no" default="yes"/>
</cd:parameter>
<cd:parameter name="features">
<cd:constant type="cd:name"/>
</cd:parameter>
                [...]
</cd:assignments>
</cd:arguments>
</cd:command>

2. There is a "s" missing in at the end of the assignments tag.

<cd:command name="definefontfamilypreset" file="font-sel.mkvi">
<cd:arguments>
<cd:resolve name="keyword-name"/>
- <cd:assignment list="yes">
- <cd:inherit name="definefontfamily"/>
- </cd:assignment>
+ <cd:assignments list="yes">
+ <cd:inherit name="definefontfamily"/>
+ </cd:assignments>
</cd:arguments>
</cd:command>

Wolfgang
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to