Search found 1 match

by icxn
Sun Sep 19, 2004 7:35 pm
Forum: FontCreator - Requests and Enhancements
Topic: Scripting Support
Replies: 12
Views: 18776

Scripting Support

Is it possible to add scripting support for operations like: for i := 3 to Glyph.count-1 do Glyph .mappings['Microsoft Unicode'].Add($1D+i); The above code assigns mappings to all the Glyphs excluding the first 3 starting from char $21 (Exclamation mark). I 'm sure there are more things that can be ...