Search found 107 matches

by León Fridsma
Thu Nov 21, 2013 9:38 am
Forum: FontCreator - Support
Topic: Adding OpenType features: Long GSUB Strings
Replies: 38
Views: 28356

Re: Adding OpenType features: Long GSUB Strings

I can kinda see what you are doing, but the Access All Alternates (aalt) is not supposed to be used as a regular feature. It's meant to be used as an alternative access to substitutes that would not be accessible for features that are not supported by the host application. See http://www.microsoft.c...
by León Fridsma
Thu Nov 07, 2013 11:19 am
Forum: FontCreator - Support
Topic: Using the OpenType calt table
Replies: 10
Views: 7344

Re: Using the OpenType calt table

Should theoretically be possible, but I currently don't have the time to have a look at it.
by León Fridsma
Mon Nov 04, 2013 3:30 pm
Forum: FontCreator - Support
Topic: How to make a combining diacritical mark glyph?
Replies: 4
Views: 4973

Re: How to make a combining diacritical mark glyph?

You can probably do this the easiest by defining this as a ligature. Simply create a new glyph as Bhikkhu Pesala suggested above and name it Vacute, set your OpenType export settings to "Custom script" and use this script: script latn { feature Ligatures; } feature Ligatures liga { lookup ...
by León Fridsma
Mon Nov 04, 2013 9:09 am
Forum: FontCreator - Bug Reports
Topic: [Resolved] Constant Program Activity While Idle
Replies: 8
Views: 7239

Re: Constant Program Activity While Idle

That's probably your (onboard) graphics card or your soundcard that's making the noise. It's possible that one of the power circuits is not properly decoupled and one of the coils is resonating, wouldn't worry too much about it.
by León Fridsma
Wed Oct 23, 2013 2:05 pm
Forum: FontCreator - Support
Topic: Using the OpenType calt table
Replies: 10
Views: 7344

Re: Using the OpenType calt table

The script below is one example on how to achieve this, but there are actually several ways to do it. Please note that I also added the t.longbar back to the input for the "y". This will result in the combination of "ty" to be substituted by the alternates as well: calt.png scrip...
by León Fridsma
Mon Oct 21, 2013 9:23 am
Forum: FontCreator - Support
Topic: Having more characters than possible
Replies: 1
Views: 2085

Re: Having more characters than possible

The range for Thai contains 128 places for characters, however only 87 are defined in the unicode standard. If you only add the characters that are defined by Unicode, you should end up with 87/87.

More info can be found in the unicode chart for Thai
by León Fridsma
Mon Oct 07, 2013 7:36 am
Forum: FontCreator - Bug Reports
Topic: [FIXED] Search Fails
Replies: 1
Views: 3231

Re: Search Fails

This is a known issue of the windows memo control when the script is rather large, we are still searching for a proper solution.
by León Fridsma
Fri Sep 13, 2013 9:19 am
Forum: FontCreator - Requests and Enhancements
Topic: Open Type Layout Feature Editor
Replies: 5
Views: 9061

Re: Open Type Layout Feature Editor

We are currently working on adding GPOS support to the OpenType Features engine and we'll probably give the editor an overhaul to make editing easier. I've added these 2 items to the wishlist so they can be taken in to consideration.
by León Fridsma
Thu Sep 05, 2013 1:17 pm
Forum: Implemented Feature Requests
Topic: Support Context Reverse Chaining etc.
Replies: 2
Views: 4220

Re: Support Context Reverse Chaining etc.

We haven't had any requests before for these types of substitutions before and have not seen them in any of our test fonts either. It should be possible to simulate a "context" lookup by creating a chained context lookup, but reverse chaining context is currently not possible. In the futur...
by León Fridsma
Wed Aug 14, 2013 7:45 am
Forum: FontCreator - Bug Reports
Topic: [Resolved] Comparison Problem
Replies: 5
Views: 5420

Re: Comparison Problem

Works fine here in FC6.5 and FC7.5 so I'm not sure what's going on..
by León Fridsma
Wed Aug 14, 2013 7:41 am
Forum: FontCreator - Bug Reports
Topic: [CLOSED] Timestamp Updates
Replies: 1
Views: 3015

Re: Timestamp Updates

Not at this time, it's project specific setting that has a hard-coded default.
by León Fridsma
Mon Aug 05, 2013 9:43 am
Forum: Announcements
Topic: FontCreator 7.5 is released!
Replies: 0
Views: 12514

FontCreator 7.5 is released!

FontCreator 7.5 is now available! Download the latest version from our download page: http://www.high-logic.com/download.html This new release adds supports for the new scalable color font technology and also contains several bug fixes and minor improvements. For more information about this new rele...
by León Fridsma
Mon Aug 05, 2013 7:03 am
Forum: FontCreator - Bug Reports
Topic: [FIXED] A strange short-cut key
Replies: 2
Views: 3743

Re: A strange short-cut key

Confirmed bug, changed to CTRL+N, will be solved with the next update.
by León Fridsma
Fri Jul 19, 2013 9:21 am
Forum: FontCreator - Support
Topic: Kerning question FontCreator 7.0 pro
Replies: 12
Views: 8400

Re: Kerning question FontCreator 7.0 pro

When I open Myriad pro from Adobe in FC, how can I access the GPOS features? I can't find any kerning data in the Open Type Feature Editor. You cannot. FontCreator doesn't support GPOS yet. It supports GPOS in the sense that it can create a GPOS table based on simple kerning pairs. Full control ove...
by León Fridsma
Mon Jun 17, 2013 2:54 pm
Forum: FontCreator - Support
Topic: OpenType code with @ in it.
Replies: 8
Views: 6641

Re: OpenType code with @ in it.

The @ is used to reference a group of glyphs in chaining context substitutions. As the name suggests, chaining context substitutions are used to substitute characters in a specific context. The script below shows a basic ordinals feature which will substitute the alphanumeric characters with supersc...