flZone

fontlab.flZone = class flZone(object)

flZone representation

Constructors:
  flZone()
  flZone(double p, double w[, QString _n = ])
  flZone(flZone)

Methods

__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
guaranteeName(...)
guaranteeName(bool top)
tagsSet(...)
QSet/Nothing tagsSet()
toZone(...)
toZone(fgZone, bool top)

Descriptors

name
string
position
double
program
QSet
programText
QString
tags
string
width
double

Attributes

__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

guaranteeName

fontlab.flZone.guaranteeName = guaranteeName(...)
guaranteeName(bool top)

name

fontlab.flZone.name
string

position

fontlab.flZone.position
double

program

fontlab.flZone.program
QSet

programText

fontlab.flZone.programText
QString

tags

fontlab.flZone.tags
string

tagsSet

fontlab.flZone.tagsSet = tagsSet(...)
QSet/Nothing tagsSet()

toZone

fontlab.flZone.toZone = toZone(...)
toZone(fgZone, bool top)

width

fontlab.flZone.width
double