flContourInfo

fontlab.flContourInfo = class flContourInfo(object)

flContourInfo representation

Constructors:
  flContourInfo()
  flContourInfo(flObject)
  flContourInfo(flContour, flSearchInfo)
  flContourInfo(flContour, flShapeInfo)
  flContourInfo(flContour, flContourInfo)
  flContourInfo(flContour, QTransform)

Methods

__delattr__(...)
x.__delattr__('name') <==> del x.name
__eq__(...)
x.__eq__(y) <==> x==y
__ge__(...)
x.__ge__(y) <==> x>=y
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__gt__(...)
x.__gt__(y) <==> x>y
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__le__(...)
x.__le__(y) <==> x<=y
__lt__(...)
x.__lt__(y) <==> x

__ne__(...)
x.__ne__(y) <==> x!=y
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
brectOnCanvas(...)
QRectF brectOnCanvas()
changed(...)
changed()
checkInitHistoryState(...)
checkInitHistoryState(uint history_ix)
clearAboveHistory(...)
clearAboveHistory(uint history_ix)
clearFlag(...)
clearFlag(uint f)
clearFlags(...)
clearFlags()
clone(...)
Clone the object
cloneSelected(...)
QList cloneSelected()
combine(...)
combine(QTransform transform)
createHistoryState(...)
createHistoryState(uint history_ix)
currentHistoryState(...)
currentHistoryIx()
flag(...)
flag(uint f)
getHitNode(...)
flNodeInfo/Nothing getHitNode(QPointF canvas_pos, double dist[, int node_mask=flNode::AnyNodeMask])
getNodesInfo(...)
QList getNodesInfo()
getProperties(...)
Get object's properties list
getProperty(...)
getProperty('key') - get object property by 'key' or number
getPropertyFloat(...)
getPropertyFloat('key') - get float object property by 'key'
getPropertyInt(...)
getPropertyInt('key') - get int object property by 'key'
getUpdateRect(...)
QRectF getUpdateRect(double ex_t)
hasHistoryState(...)
hasHistoryState(uint history_ix)
historyStates(...)
historyStates(bool accepted_state)
independedAll(...)
independedAll()
initialHistoryState(...)
initialHistoryIx()
isEqual(...)
isEqual(flObject)
paramExT(...)
double paramExT()
paramT(...)
double paramT()
release(...)
release()
remove(...)
remove([flObject])
removeChild(...)
removeChild(flObject)
removeProperty(...)
removeProperty('key')
restoreHistoryState(...)
restoreHistoryState(uint history_ix)
setExT(...)
setExT(double ex_t)
setFlag(...)
setFlag(uint f [, bool value])
setProperty(...)
setProperty('key', value) - set object property by 'key' or number
setPropertyFloat(...)
setPropertyFloat('key', value) - set float object property by 'key'
setPropertyInt(...)
setPropertyInt('key', value) - set int object property by 'key'
tag(...)
tag([string])
update(...)
update()

Static methods

cloneObject(...)
flObject cloneObject(const flObject&);
createInstance(...)
flContourInfo createInstance()
createObject(...)
flObject/Nothing createObject(int);
haveObject(...)
bool haveObject(uint);
instanceType(...)
int instanceType();

Descriptors

contour
flContour>
dist
double dist
glyphInfo
flObject - glyph info
hasChanges
bool
hasHistoryStates
bool
id
object id
isChanged
bool
isNull
bool
isPresent
bool
isReleased
bool
isValid
bool
name
object name
refCnt
object references count
shapeInfo
flShapeInfo
transform
transform matrix
type
object type

Attributes

__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
flObjectFlags = {'ofAnchored': 64, 'ofChanged': 2, 'ofHistory': 128, 'ofIgnore': 8, 'ofIgnoreChanges': 4, 'ofPassive': 16, 'ofReleased': 1, 'ofSlowUpdate': 32}

brectOnCanvas

fontlab.flContourInfo.brectOnCanvas = brectOnCanvas(...)
QRectF brectOnCanvas()

changed

fontlab.flContourInfo.changed = changed(...)
changed()

checkInitHistoryState

fontlab.flContourInfo.checkInitHistoryState = checkInitHistoryState(...)
checkInitHistoryState(uint history_ix)

clearAboveHistory

fontlab.flContourInfo.clearAboveHistory = clearAboveHistory(...)
clearAboveHistory(uint history_ix)

clearFlag

fontlab.flContourInfo.clearFlag = clearFlag(...)
clearFlag(uint f)

clearFlags

fontlab.flContourInfo.clearFlags = clearFlags(...)
clearFlags()

clone

fontlab.flContourInfo.clone = clone(...)
Clone the object

cloneObject

fontlab.flContourInfo.cloneObject = cloneObject(...)
flObject cloneObject(const flObject&);

cloneSelected

fontlab.flContourInfo.cloneSelected = cloneSelected(...)
QList cloneSelected()

combine

fontlab.flContourInfo.combine = combine(...)
combine(QTransform transform)

contour

fontlab.flContourInfo.contour
flContour>

createHistoryState

fontlab.flContourInfo.createHistoryState = createHistoryState(...)
createHistoryState(uint history_ix)

createInstance

fontlab.flContourInfo.createInstance = createInstance(...)
flContourInfo createInstance()

createObject

fontlab.flContourInfo.createObject = createObject(...)
flObject/Nothing createObject(int);

currentHistoryState

fontlab.flContourInfo.currentHistoryState = currentHistoryState(...)
currentHistoryIx()

dist

fontlab.flContourInfo.dist
double dist

flag

fontlab.flContourInfo.flag = flag(...)
flag(uint f)

flObjectFlags

fontlab.flContourInfo.flObjectFlags = {'ofAnchored': 64, 'ofChanged': 2, 'ofHistory': 128, 'ofIgnore': 8, 'ofIgnoreChanges': 4, 'ofPassive': 16, 'ofReleased': 1, 'ofSlowUpdate': 32}

getHitNode

fontlab.flContourInfo.getHitNode = getHitNode(...)
flNodeInfo/Nothing getHitNode(QPointF canvas_pos, double dist[, int node_mask=flNode::AnyNodeMask])

getNodesInfo

fontlab.flContourInfo.getNodesInfo = getNodesInfo(...)
QList getNodesInfo()

getProperties

fontlab.flContourInfo.getProperties = getProperties(...)
Get object's properties list

getProperty

fontlab.flContourInfo.getProperty = getProperty(...)
getProperty('key') - get object property by 'key' or number

getPropertyFloat

fontlab.flContourInfo.getPropertyFloat = getPropertyFloat(...)
getPropertyFloat('key') - get float object property by 'key'

getPropertyInt

fontlab.flContourInfo.getPropertyInt = getPropertyInt(...)
getPropertyInt('key') - get int object property by 'key'

getUpdateRect

fontlab.flContourInfo.getUpdateRect = getUpdateRect(...)
QRectF getUpdateRect(double ex_t)

glyphInfo

fontlab.flContourInfo.glyphInfo
flObject - glyph info

hasChanges

fontlab.flContourInfo.hasChanges
bool

hasHistoryState

fontlab.flContourInfo.hasHistoryState = hasHistoryState(...)
hasHistoryState(uint history_ix)

hasHistoryStates

fontlab.flContourInfo.hasHistoryStates
bool

haveObject

fontlab.flContourInfo.haveObject = haveObject(...)
bool haveObject(uint);

historyStates

fontlab.flContourInfo.historyStates = historyStates(...)
historyStates(bool accepted_state)

id

fontlab.flContourInfo.id
object id

independedAll

fontlab.flContourInfo.independedAll = independedAll(...)
independedAll()

initialHistoryState

fontlab.flContourInfo.initialHistoryState = initialHistoryState(...)
initialHistoryIx()

instanceType

fontlab.flContourInfo.instanceType = instanceType(...)
int instanceType();

isChanged

fontlab.flContourInfo.isChanged
bool

isEqual

fontlab.flContourInfo.isEqual = isEqual(...)
isEqual(flObject)

isNull

fontlab.flContourInfo.isNull
bool

isPresent

fontlab.flContourInfo.isPresent
bool

isReleased

fontlab.flContourInfo.isReleased
bool

isValid

fontlab.flContourInfo.isValid
bool

name

fontlab.flContourInfo.name
object name

paramExT

fontlab.flContourInfo.paramExT = paramExT(...)
double paramExT()

paramT

fontlab.flContourInfo.paramT = paramT(...)
double paramT()

refCnt

fontlab.flContourInfo.refCnt
object references count

release

fontlab.flContourInfo.release = release(...)
release()

remove

fontlab.flContourInfo.remove = remove(...)
remove([flObject])

removeChild

fontlab.flContourInfo.removeChild = removeChild(...)
removeChild(flObject)

removeProperty

fontlab.flContourInfo.removeProperty = removeProperty(...)
removeProperty('key')

restoreHistoryState

fontlab.flContourInfo.restoreHistoryState = restoreHistoryState(...)
restoreHistoryState(uint history_ix)

setExT

fontlab.flContourInfo.setExT = setExT(...)
setExT(double ex_t)

setFlag

fontlab.flContourInfo.setFlag = setFlag(...)
setFlag(uint f [, bool value])

setProperty

fontlab.flContourInfo.setProperty = setProperty(...)
setProperty('key', value) - set object property by 'key' or number

setPropertyFloat

fontlab.flContourInfo.setPropertyFloat = setPropertyFloat(...)
setPropertyFloat('key', value) - set float object property by 'key'

setPropertyInt

fontlab.flContourInfo.setPropertyInt = setPropertyInt(...)
setPropertyInt('key', value) - set int object property by 'key'

shapeInfo

fontlab.flContourInfo.shapeInfo
flShapeInfo

tag

fontlab.flContourInfo.tag = tag(...)
tag([string])

transform

fontlab.flContourInfo.transform
transform matrix

type

fontlab.flContourInfo.type
object type

update

fontlab.flContourInfo.update = update(...)
update()