flTTHCommand

fontlab.flTTHCommand = class flTTHCommand(object)

flTTHCommand representation

Constructors:
  flTTHCommand() - default

Methods

__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
isDelta(...)
bool isDelta()
isFinal(...)
bool isFinal()
isHorizontal(...)
bool isHorizontal()
isVertical(...)
bool isVertical()
nodesCount(...)
int nodesCount()
parametersCount(...)
int parametersCount()
stemIndex(...)
int stemIndex()
zoneIndex(...)
int zoneIndex()

Descriptors

code
int
parameters
QList
point_names
QList

Attributes

__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

code

fontlab.flTTHCommand.code
int

isDelta

fontlab.flTTHCommand.isDelta = isDelta(...)
bool isDelta()

isFinal

fontlab.flTTHCommand.isFinal = isFinal(...)
bool isFinal()

isHorizontal

fontlab.flTTHCommand.isHorizontal = isHorizontal(...)
bool isHorizontal()

isVertical

fontlab.flTTHCommand.isVertical = isVertical(...)
bool isVertical()

nodesCount

fontlab.flTTHCommand.nodesCount = nodesCount(...)
int nodesCount()

parameters

fontlab.flTTHCommand.parameters
QList

parametersCount

fontlab.flTTHCommand.parametersCount = parametersCount(...)
int parametersCount()

point_names

fontlab.flTTHCommand.point_names
QList

stemIndex

fontlab.flTTHCommand.stemIndex = stemIndex(...)
int stemIndex()

zoneIndex

fontlab.flTTHCommand.zoneIndex = zoneIndex(...)
int zoneIndex()