Search found 6068 matches

by Erwin Denissen
Thu Feb 06, 2014 4:20 pm
Forum: FontCreator - Tutorials and Solutions
Topic: Add Contextual Alternates to Mimic Random Glyph Rotation
Replies: 1
Views: 10756

Add Contextual Alternates to Mimic Random Glyph Rotation

Over the years numerous people have experimented and even implemented pseudo random functionality in/with fonts. The idea is type one or more characters, and use different glyphs for the same character. This can be accomplished by adding Contextual Alternates to your font. In this example, we will h...
by Erwin Denissen
Mon Feb 03, 2014 2:45 pm
Forum: FontCreator - Bug Reports
Topic: [Resolved] Access Violation at address
Replies: 21
Views: 20192

Re: Access Violation at address

If you get this same error with version 7.5, then please send the file(s) to me.
by Erwin Denissen
Mon Feb 03, 2014 12:25 pm
Forum: General Font Discussions
Topic: The smallest valid font for Windows
Replies: 5
Views: 20499

The smallest valid font for Windows

Most people don't care about the size of their fonts, but sometimes there is need for a small font. FontCreator will try to keep the file size as low as possible, so to some extent it can be used for this purpose. To really, really, make a font with the smallest file size, it will become a font whic...
by Erwin Denissen
Mon Feb 03, 2014 8:14 am
Forum: FontCreator - Support
Topic: FontCreator v6.5: USELESS without font hinting!
Replies: 4
Views: 4168

Re: FontCreator v6.5: USELESS without font hinting!

First of all I want you to know the people who replied so far, all try to help by providing useful suggestions. We from High-Logic appreciate all help we can get, especially during the weekends :wink: Upgrade to FontCreator 7.5 to get automatic hinting. So you're suggesting me to pay another $120 in...
by Erwin Denissen
Sun Feb 02, 2014 1:11 am
Forum: FontCreator - Support
Topic: Unmapped, Copy/paste, adobe only glyphs
Replies: 6
Views: 7435

Re: Unmapped, Copy/paste, adobe only glyphs

Hold down both Ctrl and Shift key and then use the mouse scroll to change the scale.
by Erwin Denissen
Wed Jan 29, 2014 7:18 pm
Forum: FontCreator - Support
Topic: Ligature script error
Replies: 31
Views: 15644

Re: Ligature script error

FontCreator did clearly show a warning that this would happen during the trial period.

If you own a license for version 5 of our font editor, then upgrade here:
http://www.high-logic.com/shop/upgrades.html
by Erwin Denissen
Wed Jan 29, 2014 4:19 pm
Forum: FontCreator - Support
Topic: Ligature script error
Replies: 31
Views: 15644

Re: Ligature script error

Here goes nothing. That font is made with a trial version of our software. Please buy a license instead of wasting your time, our time, and that of a lot of other people helping here at the forum. Also the font is copyright © Cory Hurst Graphics, and I can't identify you as someone affiliated with ...
by Erwin Denissen
Tue Jan 28, 2014 10:18 pm
Forum: FontCreator - Support
Topic: Ligature script error
Replies: 31
Views: 15644

Re: Ligature script error

Do export the font file, and upload it here. I'm sure that reveals the problem.
by Erwin Denissen
Tue Jan 28, 2014 6:46 am
Forum: FontCreator - Support
Topic: Ligature script error
Replies: 31
Views: 15644

Re: Ligature script error

In order for your sample script to work, you need glyhps with these names:
a
A
aa
AA

If you press F9 in the OpenType layout feature editor you will see warnings if something is not right.
by Erwin Denissen
Mon Jan 27, 2014 5:42 pm
Forum: FontCreator - Support
Topic: Ligature script error
Replies: 31
Views: 15644

Re: Ligature script error

Don't include the lookup definition in the feature but split them like this:

feature Ligatures liga {
# Standard Ligatures
lookup LigaSub;
}

lookup LigaSub {
sub a a -> AA;
sub A A -> AA;
etc...
}
by Erwin Denissen
Fri Jan 24, 2014 7:50 am
Forum: FontCreator - Support
Topic: Word space edit glyph
Replies: 6
Views: 4985

Re: Word space edit glyph

The are several recommended glyphs as mentioned in the manual. Especially take a look at the part about Recommended Glyphs - Other suggested glyphs : middle dot bullet bullet operator You can insert the characters through the Insert Characters feature , using these codepoints: $00B7, $2022, $2219
by Erwin Denissen
Wed Jan 22, 2014 4:41 pm
Forum: FontCreator - Support
Topic: Font icon in Windows
Replies: 2
Views: 2500

Re: Font icon in Windows

I'll have to look into this some more to find all specifics, but there are a couple of things that result in showing the Greek preview. One of them is the Greek Unicode character range to be marked available. Arial Unicode MS Regular has the same icon, right?
by Erwin Denissen
Wed Jan 22, 2014 8:15 am
Forum: FontCreator - Support
Topic: Tamil Unicode Font No Longer Works on Export
Replies: 4
Views: 4100

Re: Tamil Unicode Font No Longer Works on Export

I see. This font is made with the trial version of FontCreator, which produces fonts where only a subset of the characters will be included in the exported font. The problem is easily solved; just buy a license here: http://www.high-logic.com/shop/new-licenses.html I edited a Unicode tamil font but ...
by Erwin Denissen
Wed Jan 22, 2014 7:56 am
Forum: FontCreator - Support
Topic: Class Registration
Replies: 6
Views: 8253

Re: Class Registration

Please download and install the fix from this url:
http://www.high-logic.com/utils/FontInstallerSetup.exe

Do let us know your results.
by Erwin Denissen
Mon Jan 20, 2014 8:50 am
Forum: Implemented Feature Requests
Topic: Unicode charts update
Replies: 1
Views: 3296

Re: Unicode charts update

The code chart only affects the viewing of characters in the Insert Characters dialog. So it really doesn't matter that much.

But of course we always try to keep up-to-date with the Unicode character database.