Search found 24 matches

by elipsett
Wed Mar 08, 2023 10:41 am
Forum: FontCreator - Support
Topic: Glyph class syntax
Replies: 2
Views: 1045

Re: Glyph class syntax

Thank you.

You just inserted a space between glyphs or glyph ranges, which is easy.
by elipsett
Wed Mar 08, 2023 10:07 am
Forum: FontCreator - Support
Topic: Glyph class syntax
Replies: 2
Views: 1045

Glyph class syntax

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.
by elipsett
Sat Apr 16, 2022 12:27 pm
Forum: FontCreator - Support
Topic: Kerning help
Replies: 2
Views: 1065

Re: Kerning help

I need to make about 500 glyphs. My understanding of diacriticals is that they can be combined with base characters to create new glyphs within the font, occupying a codespace. I am trying to find a method of creating a glyph composed of two part, printed in exactly the same location, as a single gl...
by elipsett
Sat Apr 16, 2022 6:03 am
Forum: FontCreator - Support
Topic: Kerning help
Replies: 2
Views: 1065

Kerning help

I've asked several questions here, received advice, viewed tutorials, tried multiple times, and still cannot figure out how to get pair adjustment working on a graphic font. I've created a test font with only two characters, one and two. In theory, entering 12 should produce a single character, but ...
by elipsett
Mon Mar 28, 2022 2:35 am
Forum: FontCreator - Support
Topic: Overprinting two glyphs
Replies: 10
Views: 2127

Re: Overprinting two glyphs

Well, making the font was not complicated. Thank you. It can input the needed glyphs into Word correctly, once ligatures are enabled. Two new problems, however: The Word document cannot be saved as a PDF without printing the base and ligature separately (adjacent to each other on the line). And they...
by elipsett
Fri Mar 25, 2022 12:43 pm
Forum: FontCreator - Support
Topic: Overprinting two glyphs
Replies: 10
Views: 2127

Re: Overprinting two glyphs

Thank you again.

After a large number of failed experiments I've finally understood what you did, and made a new font that works.
Now that the mechanics are working, building the actual font will be pretty simple.
Long and boring, but simple.

Edward
by elipsett
Fri Mar 25, 2022 10:26 am
Forum: FontCreator - Support
Topic: Overprinting two glyphs
Replies: 10
Views: 2127

Re: Overprinting two glyphs

Thank you, Erwin.

I see several things I need to learn more about before I can get anywhere.
I appreciate the time you spent.

Edward
by elipsett
Fri Mar 25, 2022 9:23 am
Forum: FontCreator - Support
Topic: Overprinting two glyphs
Replies: 10
Views: 2127

Re: Overprinting two glyphs

In which case it seems I simply haven't made it correctly. Would you (or someone) be willing to look at a test font and get it working for two characters? If I can see what you've done, I should be able to make the needed font myself. I'm attaching the test font here in hopes that someone can spare ...
by elipsett
Fri Mar 25, 2022 8:49 am
Forum: FontCreator - Support
Topic: Overprinting two glyphs
Replies: 10
Views: 2127

Re: Overprinting two glyphs

Thank you, Erwin. So apparently it is not impossible to do what I want. In which case there are several more questions, if you have the time: 1. Would Word support this function for a mark-to-base implementation? 2. Would Word support this function for a ligature implementation? 3-4. Same questions ...
by elipsett
Fri Mar 25, 2022 6:50 am
Forum: FontCreator - Support
Topic: Overprinting two glyphs
Replies: 10
Views: 2127

Re: Overprinting two glyphs

Yes, you did reply to my question. However, as I pointed out, either your solution does not solve my problem, or I am doing something wrong. I asked for clarification and didn't get any, so I rephrased the question and tried again. If you can't help me understand what the problem is, please stop res...
by elipsett
Fri Mar 25, 2022 2:34 am
Forum: FontCreator - Support
Topic: Overprinting two glyphs
Replies: 10
Views: 2127

Overprinting two glyphs

I want to do something and don't know if it's possible in FontCreator or not. I'm hoping someone can explain how to do it, or state that it's not possible. For purposes of explanation, say that I have an underbar (_) mapped to keyboard character A and a plus mark (+) mapped to keyboard character B a...
by elipsett
Wed Mar 23, 2022 10:56 am
Forum: FontCreator - Support
Topic: Merging two glyphs
Replies: 5
Views: 1514

Re: Merging two glyphs

If my understanding is correct, a composite glyph is a new glyph, in the font, created by combining two elements. That new glyph is assigned to a new codespace in the font. I need a lot of glyphs, and if there is some way to make a bunch of bases, and separately a bunch other modifying glyphs, and b...
by elipsett
Wed Mar 23, 2022 8:59 am
Forum: FontCreator - Support
Topic: Merging two glyphs
Replies: 5
Views: 1514

Re: Merging two glyphs

This does not appear to work. I need base 1 (circle) to exist by itself, as 1A (circle with mark A), as 1B (circle with mark B), etc. Likewise, I need a base glyph 2 (square) for 2 by itself, 2A, 2B, etc. So the following pairs need to be defined: 1A, 1B, 2A, 2B, etc. I have defined a MarkPositionin...
by elipsett
Wed Mar 23, 2022 8:35 am
Forum: FontCreator - Support
Topic: Merging two glyphs
Replies: 5
Views: 1514

Re: Merging two glyphs

> Do you want the dot to overlay the circle when you type A followed by B? That would be the easiest solution. > In that case, design B like a diacritical mark with zero advance width and a negative left side-bearing. Thank you. This seems reasonable. I will attempt to figure out how to do that from...
by elipsett
Wed Mar 23, 2022 6:29 am
Forum: FontCreator - Support
Topic: Merging two glyphs
Replies: 5
Views: 1514

Merging two glyphs

I need to create a font full of graphic symbols. I'm using a standard Latin font as the basis, but every keyboard letter corresponds to a symbol. I need a way to combine, for example, the symbol for A with the symbol for B. For ease of discussion, assume that symbol A is a circle, and symbol B is a ...