fontgate.fgGaspRecord = class fgGaspRecord(object)
GaspRecord representation Constructors: fgGaspRecord() - default fgGaspRecord(fgGaspRecord) - copy fgGaspRecord(int rangeMaxPPEM, int rangeGaspBehavior) - parametric
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
- addSymmetry(...)
- rangeGaspBehavior(...)
- set(...)
- DOGRAY
-
(bool)
- GRIDFIT
-
(bool)
- SYMMETRIC_GRIDFIT
-
(bool)
- SYMMETRIC_SMOOTHING
-
(bool)
- rangeMaxpPPEM
-
(int)
- __new__ = <built-in method __new__ of type object>
-
T.__new__(S, ...) -> a new object with type S, a subtype of T
- fontgate.fgGaspRecord.DOGRAY
-
(bool)
- fontgate.fgGaspRecord.GRIDFIT
-
(bool)
- fontgate.fgGaspRecord.rangeMaxpPPEM
-
(int)
- fontgate.fgGaspRecord.SYMMETRIC_GRIDFIT
-
(bool)
- fontgate.fgGaspRecord.SYMMETRIC_SMOOTHING
-
(bool)