From bc597c139d8f97af721c493b1b8667f0e021583f Mon Sep 17 00:00:00 2001 From: nisikimi Date: Fri, 23 Apr 2004 05:39:18 +0000 Subject: [PATCH] *** empty log message *** --- FORMATS/FLT.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/FORMATS/FLT.txt b/FORMATS/FLT.txt index 475b9a9..6da9c1e 100644 --- a/FORMATS/FLT.txt +++ b/FORMATS/FLT.txt @@ -215,8 +215,8 @@ MATCH-BLOCK ::= '(' MATCH-INDEX RULE * ')' MATCH-INDEX ::= INTEGER @endverbatim -MATCH-INDEX is an integer specifying a parenthesized subexpression -recoded by the previous @c REGEXP-BLOCK. If such a subexpression was +@c MATCH-INDEX is an integer specifying a parenthesized subexpression +recorded by the previous @c REGEXP-BLOCK. If such a subexpression was found by the previous regular expression matching, this rule executes @c RULEs temporarily limiting the current run to the matched part of the subexpression. The matched part is consumed by this rule. @@ -243,8 +243,9 @@ zero. The second form specifies a range of codes that should match the first glyph code of the code sequence. In this case, this rule sets the -default code-offset to the first glyph code minus the first @c CODE in @c -SOURCE-RANGE. +default code-offset to the first glyph code minus the first @c CODE +specifying the range. + If no match is found, this rule fails. @@ -287,7 +288,7 @@ For @c LANGSYS, @c SYMBOL specifies a Language System tag name. If @c LANGSYS is omitted, the Default Language System table is used. -For @c GSUB-FEATURES, each @c SYMBOL specifies a GSUB Feature tag name +For @c GSUB-FEATURES, each @c SYMBOL in @c FEATURE LIST specifies a GSUB Feature tag name to apply. '*' is allowed as the last item to specify all remaining features. If @c SYMBOL is preceded by '~' and the last item is '*', @c SYMBOL is excluded from the features to apply. If no @c SYMBOL is -- 1.7.10.4