Search found 17 matches

by Bageder
Tue May 14, 2024 1:33 pm
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

This is good news. It will save me a lot of time and effort. I tested it with whole classes instead of single characters, and it worked. Here's the code, in case someone else finds it useful... @horiz_right = [o r v w t]; @horiz_left = [a c f g i j m-s u-y]; lookup MultipleSubstitution1 { # GSUB loo...
by Bageder
Tue May 14, 2024 6:38 am
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

Thank you.
I'll give it a try.
by Bageder
Thu May 09, 2024 3:41 pm
Forum: FontCreator - Requests and Enhancements
Topic: Suggestion: Detach the Test Font window
Replies: 1
Views: 173

Suggestion: Detach the Test Font window

Could the "Test Font" window be detachable, rather like the play list in VLC media player, for example?
That way, users could see the effects of changes in real time.

Regards
Bageder
by Bageder
Wed May 08, 2024 5:54 pm
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

I've got a problem with a huge number of glyph pairs (including contextual alternatives) that need to be spaced properly. I have several classes of contextual alternatives working, except for spacing. These alternatives are wider than the glyphs they replace, but should take up the same amount of sp...
by Bageder
Sun May 05, 2024 7:49 pm
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

I feel very happy at the moment. Thanks for your help.
by Bageder
Sun May 05, 2024 7:29 pm
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

I'm pleased to report that I have made some progress over the weekend by firing questions at an AI system. The following code works, but there is much more to do: @lowdiagright = [a c-e h i k-n u z]; @lowdiagleft = [e f i j m-p r-y]; lookup SingleSubstitution1 { # GSUB lookup type SingleSubstitution...
by Bageder
Fri May 03, 2024 5:38 pm
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

I think I'm understanding better, but I think what I am trying to do cannot be achieved in any simple way. This is what I'm trying to do... Given classes: @joinright = [a c-e h i k-n u z]; @joinleft = [e f i j m-p r-y]; @caltclass = [a.calt c.calt d.calt e.calt h.calt i.calt k.calt l.calt m.calt n.c...
by Bageder
Thu May 02, 2024 2:36 pm
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

Actually, I think I'm beginning to get it. Don't reply just yet. I need to study this and try some things that might work.
by Bageder
Thu May 02, 2024 2:26 pm
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

Sorry, but it doesn't clarify anything. I must call upon your patience and press you further on this. I admit I'm ignorant of fonts, and there's no one to guide me. My background is in computer and network performance engineering and technical writing. Therefore, please explain as you would to a ten...
by Bageder
Thu May 02, 2024 1:34 pm
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

I regret, I have to ask you to make this much simpler for me. Could you please explain what you have done and why? Also, what has it achieved? I can see changes in the .fea file, but their significance escapes me.
by Bageder
Wed May 01, 2024 2:03 pm
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

There's not much to my font as yet, so I'm attaching the project file.
by Bageder
Tue Apr 30, 2024 9:04 am
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

Erwin Thanks for offering to help. Ultimately, I want the font to look like the attached image. It's Tom Gourdie's "Simple Modern Hand". (It's for personal non-commercial use). These letters: a c d e h i k l m n u join to the next letter, a b c d f g h i ... by a diagonal join. If I can ac...
by Bageder
Mon Apr 29, 2024 7:56 pm
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

I'm still struggling with this. I'm an absolute beginner, but I think I've made progress. I have created some classes and looked at the Code Editor, but I cannot understand how to use the classes. I have one class call "diagonal" which I want to join to another class by a diagonal join. (I...
by Bageder
Sun Apr 21, 2024 9:45 am
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

Thank you for your help so far. There are two OpenType Features example files at: https://forum.high-logic.com/viewtopic.php?p=26561#p26561 . I wonder if one of those (probably the second) could be brought up-to-date, as neither FontCreator 15 nor I, can interpret them? Or is there an alternative ex...
by Bageder
Fri Apr 19, 2024 7:04 am
Forum: FontCreator - Support
Topic: Ligatures - two simple questions
Replies: 23
Views: 1887

Re: Ligatures - two simple questions

Thanks. I seem to have a fairly steep learning curve at the moment.