FontLab Forum
2012-02-08, 18:32:41 *
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: OpenType panel  (Read 2225 times)
emtype
Beta: FontLab Studio Mac
Sr. Member
***

Karma: +0/-0
Spain Spain

Posts: 8



WWW
« on: 2009-11-29, 18:08:13 »

Does anyone know how I can write on the bottom part of the OpenType panel?
I think that it should be something similar to this:

Code:
fl.font.features.append(Feature("include(kern.fea);"))

Thanks in advance, em.
Logged
Adam Twardoch (FontLab)
Product and marketing manager, Fontlab Ltd.
Administrator
Hero Member
*****

Karma: +12/-4
Germany Germany

Posts: 304


FontLab Studio 5.0.4, Mac OS X 10.4.11


WWW
« Reply #1 on: 2009-11-29, 23:28:28 »

Code:
s = "include(kern.fea);\n"
if fl.font.ot_classes:
fl.font.ot_classes += s
else:
fl.font.ot_classes = s
fl.UpdateFont(-1)
« Last Edit: 2009-11-29, 23:32:09 by Adam Twardoch (FontLab) » Logged
emtype
Beta: FontLab Studio Mac
Sr. Member
***

Karma: +0/-0
Spain Spain

Posts: 8



WWW
« Reply #2 on: 2009-11-30, 05:27:48 »

Thanks Adam!
Logged
Tags:
Pages: [1]
  Print  
 
Jump to:  

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