fgHint
fontgate.fgHint = class fgHint(object)
Hint representation Constructors: fgHint() - default fgHint(fgHint) - copy fgHint(name= , v= , dv= , point0= , point1= , p0= , p1= , points0= , points1= , horizontal= )
Methods
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
- copy(...)
Descriptors
- dv
-
(float)
- horizontal
-
(bool)
- index
-
(int) index from owner's hints list
- name
-
(string) hint name
- p0
-
(float)
- p1
-
(float)
- point0
-
(string)
- point1
-
(string)
- points0
-
([int])
- points1
-
([int])
- v
-
(float)
Attributes
- __new__ = <built-in method __new__ of type object>
-
T.__new__(S, ...) -> a new object with type S, a subtype of T
dv
- fontgate.fgHint.dv
-
(float)
horizontal
- fontgate.fgHint.horizontal
-
(bool)
index
- fontgate.fgHint.index
-
(int) index from owner's hints list
name
- fontgate.fgHint.name
-
(string) hint name
p0
- fontgate.fgHint.p0
-
(float)
p1
- fontgate.fgHint.p1
-
(float)
point0
- fontgate.fgHint.point0
-
(string)
point1
- fontgate.fgHint.point1
-
(string)
points0
- fontgate.fgHint.points0
-
([int])
points1
- fontgate.fgHint.points1
-
([int])
v
- fontgate.fgHint.v
-
(float)