Eigi
Beta: FontLab Studio Mac
Hero Member
 
Karma: +7/-0
 Germany
Posts: 55
|
 |
« Reply #1 on: 2010-06-30, 12:03:47 » |
|
Hello,
There are methods of the font onject:
SetClassFlags(int class_index, bool left, bool right) allows to set 'left' and 'right' properties of the kerning class
SetClassFlags(int class_index, bool lsb, bool rsb, bool width) allows to set 'lsb', 'rsb' and 'width' properties of the metrics class
GetClassLeft(int class_index) returns the 'left' property of the class
GetClassRight(int class_index) returns the 'right' property of the class
GetClassMetricsFlags(int class_index) returns the tuple containing LSB, RSB and Width flags of the metrics class
Eigi
|