From d55cd6963f4d7f731511732a61792240b2fe2f6e Mon Sep 17 00:00:00 2001 From: nisikimi Date: Wed, 19 Aug 2009 07:31:14 +0000 Subject: [PATCH] *** empty log message *** --- FORMATS/FLT.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/FORMATS/FLT.txt b/FORMATS/FLT.txt index 3cd58f7..d8c7561 100644 --- a/FORMATS/FLT.txt +++ b/FORMATS/FLT.txt @@ -125,7 +125,7 @@ CATEGORY is ASCII code of an upper or lower letter, i.e. one of 'A', ... 'Z', 'a', .. 'z'. The first form of @c CATEGORY-SPEC assigns @c CATEGORY to a glyph -whose code @c CODE. The second form assigns @c CATEGORY to glyphs +whose code is @c CODE. The second form assigns @c CATEGORY to glyphs whose code falls between the two @c CODEs. @verbatim @@ -371,9 +371,10 @@ as described below. The left figure shows 12 reference points of a glyph by numbers 0 to 11. The rectangle 0-6-8-2 is the bounding box of the glyph, the -positions 3, 4, and 5 are on the baseline, 9 and 11 are on the center -of the lines 0-6 and 2-8 respectively, 1, 10, 4, and 7 are on the -center of the lines 1-2, 3-5, 9-11, and 6-8 respectively. +positions 3, 4, and 5 are on the baseline, 9-11 are on the vertical +center of the box, 0-2 and 6-8 are on the top and on the bottom +respectively. 1, 10, 4, and 7 are on the horizontal center of the +box. The right table shows how those reference points are specified by a pair of @c VPOS and @c HPOS. -- 1.7.10.4