fgTrueTypePoint
fontgate.fgTrueTypePoint = class fgTrueTypePoint(object)
TrueType Point representation Constructors: fgTrueTypePoint() - default fgTrueTypePoint(fgTrueTypePoint) - copy fgTrueTypePoint(fgPoint) fgTrueTypePoint(bool on, int x, int y)
Methods
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __delitem__(...)
-
x.__delitem__(y) <==> del x[y]
- __delslice__(...)
-
x.__delslice__(i, j) <==> del x[i:j] Use of negative indices is not supported.
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __getitem__(...)
-
x.__getitem__(y) <==> x[y]
- __getslice__(...)
-
x.__getslice__(i, j) <==> x[i:j] Use of negative indices is not supported.
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
- __setitem__(...)
-
x.__setitem__(i, y) <==> x[i]=y
- __setslice__(...)
-
x.__setslice__(i, j, y) <==> x[i:j]=y Use of negative indices is not supported.
- asDict(...)
-
represent object as dictionary
- asTuple(...)
-
represent object as tuple
Descriptors
- flag
-
(int)
- x
-
(int)
- y
-
(int)
Attributes
- __new__ = <built-in method __new__ of type object>
-
T.__new__(S, ...) -> a new object with type S, a subtype of T
asDict
- fontgate.fgTrueTypePoint.asDict = asDict(...)
-
represent object as dictionary
assign
- fontgate.fgTrueTypePoint.assign = assign(...)
-
assign(int x, int y)
asTuple
- fontgate.fgTrueTypePoint.asTuple = asTuple(...)
-
represent object as tuple
flag
- fontgate.fgTrueTypePoint.flag
-
(int)
onCurve
- fontgate.fgTrueTypePoint.onCurve = onCurve(...)
-
bool onCurve() or onCurve(bool value)
repeat
- fontgate.fgTrueTypePoint.repeat = repeat(...)
-
bool repeat() or repeat(bool value)
touched
- fontgate.fgTrueTypePoint.touched = touched(...)
-
bool touched() or touched(bool value)
x
- fontgate.fgTrueTypePoint.x
-
(int)
xSame
- fontgate.fgTrueTypePoint.xSame = xSame(...)
-
bool xSame() or xSame(bool value)
xShort
- fontgate.fgTrueTypePoint.xShort = xShort(...)
-
bool xShort() or xShort(bool value)
y
- fontgate.fgTrueTypePoint.y
-
(int)
ySame
- fontgate.fgTrueTypePoint.ySame = ySame(...)
-
bool ySame() or ySame(bool value)
yShort
- fontgate.fgTrueTypePoint.yShort = yShort(...)
-
bool yShort() or yShort(bool value)