Interval
fontlab.Interval = class Interval(object)
Interval representation Constructors:
Methods
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
- toAbsolute(...)
-
double toAbsolute(double v)
- toInterval(...)
-
double toInterval(double absv)
Descriptors
- d
-
double d
- key
-
uint key
- t0
-
double t0
- t1
-
double t1
Attributes
- __new__ = <built-in method __new__ of type object>
-
T.__new__(S, ...) -> a new object with type S, a subtype of T
d
- fontlab.Interval.d
-
double d
isEmpty
- fontlab.Interval.isEmpty = isEmpty(...)
-
bool isEmpty()
key
- fontlab.Interval.key
-
uint key
middle
- fontlab.Interval.middle = middle(...)
-
double middle()
reversed
- fontlab.Interval.reversed = reversed(...)
-
Interval reversed()
setT0T1
- fontlab.Interval.setT0T1 = setT0T1(...)
-
void setT0T1(double t0, double t1)
t0
- fontlab.Interval.t0
-
double t0
t1
- fontlab.Interval.t1
-
double t1
toAbsolute
- fontlab.Interval.toAbsolute = toAbsolute(...)
-
double toAbsolute(double v)
toInterval
- fontlab.Interval.toInterval = toInterval(...)
-
double toInterval(double absv)