fgOtValue
fontgate.fgOtValue = class fgOtValue(object)
OT Value representation Constructors: fgOtValue() - default fgOtValue(fgOtValue) - copy fgOtValue(float) - by float value fgOtValue(int/long) - by int/long value Math operation: fgOtValue + fgOtValue fgOtValue - fgOtValue fgOtValue * float
Methods
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
Descriptors
- coordinate
-
(float)
- deviceTable
-
(fgDeviceRecords)
- point_index
-
(int)
Attributes
- __new__ = <built-in method __new__ of type object>
-
T.__new__(S, ...) -> a new object with type S, a subtype of T
coordinate
- fontgate.fgOtValue.coordinate
-
(float)
deviceTable
- fontgate.fgOtValue.deviceTable
-
(fgDeviceRecords)
point_index
- fontgate.fgOtValue.point_index
-
(int)