flModel
fontlab.flModel = class flModel(object)
flModel representation Constructors: None, static only methods
Methods
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
Static methods
- createObject(...)
-
flObject/Nothing createObject(int type)
- getClassMask(...)
-
int getClassMask(int type)
- isClassMask(...)
-
bool isClassMask(int type)
- notifyGlyphChanged(...)
-
notifyGlyphChanged(unsigned long fg_glyphId)
- notifyGlyphUpdate(...)
-
notifyGlyphUpdate(unsigned long fg_glyphId)
- notifyGlyphsChanged(...)
-
notifyGlyphsChanged(QSet
glyphs)
Attributes
- ModelType = {'Anchor': 185, 'AnchorNode': 186, 'AnchorNodeToGuidelineCoords': 187, 'AutoShape': 55, 'Bezier': 48, 'Container': 8, 'Contour': 47, 'ContourInfo': 181, 'Controls': 14, 'Edge': 101, ...}
- ObjectParameter = {'prmBrush': 2, 'prmPen': 3, 'prmStructure': 0, 'prmTransform': 1}
- __new__ = <built-in method __new__ of type object>
-
T.__new__(S, ...) -> a new object with type S, a subtype of T
createObject
- fontlab.flModel.createObject = createObject(...)
-
flObject/Nothing createObject(int type)
getClassMask
- fontlab.flModel.getClassMask = getClassMask(...)
-
int getClassMask(int type)
instance
- fontlab.flModel.instance = instance(...)
-
flModel instance()
isClassMask
- fontlab.flModel.isClassMask = isClassMask(...)
-
bool isClassMask(int type)
ModelType
fontlab.flModel.ModelType = {'Anchor': 185, 'AnchorNode': 186, 'AnchorNodeToGuidelineCoords': 187, 'AutoShape': 55, 'Bezier': 48, 'Container': 8, 'Contour': 47, 'ContourInfo': 181, 'Controls': 14, 'Edge': 101, ...}
notifyGlyphChanged
- fontlab.flModel.notifyGlyphChanged = notifyGlyphChanged(...)
-
notifyGlyphChanged(unsigned long fg_glyphId)
notifyGlyphsChanged
- fontlab.flModel.notifyGlyphsChanged = notifyGlyphsChanged(...)
-
notifyGlyphsChanged(QSet
glyphs)
notifyGlyphUpdate
- fontlab.flModel.notifyGlyphUpdate = notifyGlyphUpdate(...)
-
notifyGlyphUpdate(unsigned long fg_glyphId)
ObjectParameter
fontlab.flModel.ObjectParameter = {'prmBrush': 2, 'prmPen': 3, 'prmStructure': 0, 'prmTransform': 1}
typeToStr
- fontlab.flModel.typeToStr = typeToStr(...)
-
QString typeToStr(int type | flObject)