FontLab Forum
2012-05-16, 11:44:25 *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to the FontLab forum, read how to use it! Update: Archives from old MSN forums are now available on our forum.
 
   Home   Help Search Calendar Downloads Tags Login Register  
Del.icio.us Digg FURL FaceBook Stumble Upon Reddit SlashDot

Pages: [1]
  Print  
Author Topic: makeotf doesn't include kern feature  (Read 4345 times)
Bas
Guest
« on: 2009-02-04, 10:33:34 »

I have these files: FontMenuNameDB, GlyphOrderAndAliasDB, fontinfo, MyOldFont.otf, features, features.kern

Using FDK in Terminal:
   makeotf -f MyOldFont.otf -o MyNewFont.otf

includes the features, but not the features.kern in MyNewFont.otf
(next to this, new font looks fine)

Does the (path to) feature.kern have to specified somewhere to have it included?

thanks,
Bas


(using FDK version 2.5 and Terminal on OSX)
Logged
astype
Beta: FontLab Studio Win
Sr. Member
***

Karma: +0/-0
Posts: 14


15801303 yadpub
WWW
« Reply #1 on: 2009-02-04, 11:52:32 »

Do you linked the kern file into the main feature file?

# Kerning
feature kern {
  include(mykerncode1)
  include(mykerncode2)
} kern;
Logged
Bas
Guest
« Reply #2 on: 2009-02-04, 12:05:33 »

Aha, that makes sense. Adding a kern feature to "features" solves the issue.

Thanks,
Bas
Logged
Miguel Sousa (Adobe)
Team: Adobe
Hero Member
****

Karma: +3/-0
United States United States

Posts: 23


« Reply #3 on: 2009-02-04, 15:40:38 »

Quote
Does the (path to) feature.kern have to specified somewhere to have it included?

Yes. What you do is in the "features" file put a line like so,
Code:
include (features.kern)

You might need to wrap that line with the 'kern' feature declaration (just like astype wrote), in case that's no yet present in the contents of the "features.kern" file.
Logged
Tags: makeotf feature.kern kerning 
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!