Glyph class syntax

Get help with FontCreator here. Please do not post feature requests or bug reports here.
Post Reply
elipsett
Posts: 24
Joined: Wed Aug 26, 2015 1:47 am
Location: Kumamoto, Japan

Glyph class syntax

Post by elipsett »

Fairly simple question.
If I need to define a non-continguous class of glyphs, how do I do it?

The standard is
class @class1 [A-Z]

But how would I specify A-S and V, for example?

I'm still looking through the forum posts and manual but haven't found it yet...

Thanks.
Bhikkhu Pesala
Top Typographer
Top Typographer
Posts: 9878
Joined: Tue Oct 29, 2002 5:28 am
Location: Seven Kings, London UK
Contact:

Re: Glyph class syntax

Post by Bhikkhu Pesala »

You can combine ranges with individual glyphs, e.g.

@Bz_sups = [B.sups parenleft.sups D.sups-F.sups H.sups I.sups K.sups M.sups N.sups P.sups R.sups U.sups X.sups Z.sups a.sups-i.sups k.sups-o.sups q.sups r.sups t.sups-x.sups z.sups];
My FontsReviews: MainTypeFont CreatorHelpFC15 + MT12.0 @ Win 10 64-bit build 19045.2486
elipsett
Posts: 24
Joined: Wed Aug 26, 2015 1:47 am
Location: Kumamoto, Japan

Re: Glyph class syntax

Post by elipsett »

Thank you.

You just inserted a space between glyphs or glyph ranges, which is easy.
Post Reply