Search found 65 matches

by Bernie Cossentino
Mon Sep 24, 2018 10:37 pm
Forum: FontCreator - Support
Topic: How to reposition character before sequence of letters?
Replies: 19
Views: 11255

Re: How to reposition character before sequence of letters?

I believe I've found the solution to my problem through the use of chained context positioning and simply substituting single glyph adjustments. However, while the exported font with these settings works well on Windows, it's not properly recognized on Mac. Is there a program setting I need to check...
by Bernie Cossentino
Tue Sep 11, 2018 3:32 am
Forum: FontCreator - Support
Topic: How to reposition character before sequence of letters?
Replies: 19
Views: 11255

Re: How to reposition character before sequence of letters?

Thank you for all your help. Although I tried entering your code, it didn't work somehow. Strangely, I did succeed in getting what I needed through a simple multiple substitution (at least within Font Creator itself). Sadly though, my application doesn't recognize anything within a gsub table. Can w...
by Bernie Cossentino
Mon Sep 03, 2018 3:49 pm
Forum: FontCreator - Support
Topic: How to reposition character before sequence of letters?
Replies: 19
Views: 11255

Re: How to reposition character before sequence of letters?

Given that your software supports OpenType layout features, this might work: script latn { feature ContextualAlternates; } feature ContextualAlternates calt { lookup ChainingContextReposition; } lookup ChainingContextReposition { context (A B C) asciicircum E F G bar; sub 0 MultipleSubstitutionCopy...
by Bernie Cossentino
Sun Sep 02, 2018 5:29 pm
Forum: FontCreator - Support
Topic: How to reposition character before sequence of letters?
Replies: 19
Views: 11255

Re: How to reposition character before sequence of letters?

It looks like something that isn't meant to happen, but if it can be done with OpenType layout feature code, then I'm sure it can be done with FontCreator. Why would you like to reorder? Hi, Thanks for your reply. I'm trying to define a rule whereby, if a ^ appears within a sequence of text, then p...
by Bernie Cossentino
Sun Sep 02, 2018 1:49 am
Forum: FontCreator - Support
Topic: How to reposition character before sequence of letters?
Replies: 19
Views: 11255

How to reposition character before sequence of letters?

Hello, I'm trying to have a character reposition itself prior to a followed sequence of characters (no matter now many). eg: Assume I've created a mark to base pairing of |^ With this pairing, I would like to be able to type in any sequence of characters before and after the ^ eg ABC ^EFG This would...