fgCuspPoint
fontgate.fgCuspPoint = class fgCuspPoint(object)
CuspPoint representation Constructors: fgCuspPoint() - default fgCuspPoint(fgCuspPoint) - copy
Methods
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
Descriptors
- hlink0
-
(int)
- hlink1
-
(int)
- index
-
(int)
- p
-
(fgPoint)
- vlink0
-
(int)
- vlink1
-
(int)
Attributes
- __new__ = <built-in method __new__ of type object>
-
T.__new__(S, ...) -> a new object with type S, a subtype of T
hlink0
- fontgate.fgCuspPoint.hlink0
-
(int)
hlink1
- fontgate.fgCuspPoint.hlink1
-
(int)
index
- fontgate.fgCuspPoint.index
-
(int)
middleH
- fontgate.fgCuspPoint.middleH = middleH(...)
-
bool middleH()
middleV
- fontgate.fgCuspPoint.middleV = middleV(...)
-
bool middleV()
p
- fontgate.fgCuspPoint.p
-
(fgPoint)
vlink0
- fontgate.fgCuspPoint.vlink0
-
(int)
vlink1
- fontgate.fgCuspPoint.vlink1
-
(int)