FaBasicPtr
fontlab.FaBasicPtr = class FaBasicPtr(object)
FaBasicPtr representation Constructors:
Methods
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
Descriptors
- canBeFixed
-
bool
- contour
-
flContour
- id
-
int
- location
-
QPointF
- nodeIndex
-
int
- priority
-
int
- report
-
QString
- title
-
QString
- vector
-
QPointF
Attributes
- __new__ = <built-in method __new__ of type object>
-
T.__new__(S, ...) -> a new object with type S, a subtype of T
canBeFixed
- fontlab.FaBasicPtr.canBeFixed
-
bool
contour
- fontlab.FaBasicPtr.contour
-
flContour
fix
- fontlab.FaBasicPtr.fix = fix(...)
-
flGlyph/Nothing fix()
id
- fontlab.FaBasicPtr.id
-
int
location
- fontlab.FaBasicPtr.location
-
QPointF
nodeIndex
- fontlab.FaBasicPtr.nodeIndex
-
int
priority
- fontlab.FaBasicPtr.priority
-
int
report
- fontlab.FaBasicPtr.report
-
QString
title
- fontlab.FaBasicPtr.title
-
QString
vector
- fontlab.FaBasicPtr.vector
-
QPointF