I've just reread the mail w.r.t. glyph classes, and I think the
following simplified version will do.

  classes
    Alike = A :A 'A `A ... ;
    CJKpunct = u3000-u303F;
    Hiragana = u3040-u309F;
    ...

    CJK = @CJKpunct @Hiragana ... ;

  properties
    @CJK width 24
    ...
    @Alike kern V -3

This is less characters to type.  I think there aren't ambiguities
because there aren't glyph names starting with `@' (except `@'
itself).


    Werner


_______________________________________________
Groff mailing list
Groff@gnu.org
http://lists.gnu.org/mailman/listinfo/groff

Reply via email to