From: nisikimi Date: Mon, 8 Dec 2008 07:12:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~18 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7e9a9d3d373c6b4ab4c043bcbbaacd987cb491c9;p=m17n%2Fm17n-db.git *** empty log message *** --- diff --git a/FORMATS/FLT.txt b/FORMATS/FLT.txt index 33f69e9..4d27201 100644 --- a/FORMATS/FLT.txt +++ b/FORMATS/FLT.txt @@ -101,8 +101,8 @@ PROP :: = VERSION | FONT VERSION ::= '(' 'version' MTEXT ')' FONT ::= '(' 'font' FONT-SPEC ')' FONT-SPEC ::= - '(' [ FOUNDRY FAMILY - [ WEIGHT [ STYLE [ STRETCH [ ADSTYLE ]]]] + '(' [[ FOUNDRY FAMILY + [ WEIGHT [ STYLE [ STRETCH [ ADSTYLE ]]]]] REGISTRY ] [ OTF-SPEC ] [ LANG-SPEC ] ')' @@ -261,11 +261,11 @@ If no match is found, this rule fails. @verbatim FONT-FACILITY-BLOCK ::= '(' FONT-FACILITY RULE * ')' -FONT-FACILITY = '(' 'font-facility' CHARACTER * ')' +FONT-FACILITY = '(' 'font-facility' CODE * ')' | '(' 'font-facility' FONT-SPEC ')' @endverbatim -If the current font has glyphs for @c CHARACTERs or matches with +If the current font has glyphs for @c CODEs or matches with FONT-SPEC, this rule succeeds and @c RULEs are executed. Otherwise, this rule fails.