ExportControl

fontlab.ExportControl = class ExportControl(object)

ExportControl representation

Constructors:

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
init(...)
init()
load(...)
bool load()
store(...)
store()

Descriptors

conflictMode
int
contentMode
int
contentName
string contentName
destinationFolder
string
destinationMode
int
groupFamily
bool
groupProfiles
bool
profileId
int
profileName
int

Attributes

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

conflictMode

fontlab.ExportControl.conflictMode
int

contentMode

fontlab.ExportControl.contentMode
int

contentName

fontlab.ExportControl.contentName
string contentName

destinationFolder

fontlab.ExportControl.destinationFolder
string

destinationMode

fontlab.ExportControl.destinationMode
int

groupFamily

fontlab.ExportControl.groupFamily
bool

groupProfiles

fontlab.ExportControl.groupProfiles
bool

init

fontlab.ExportControl.init = init(...)
init()

load

fontlab.ExportControl.load = load(...)
bool load()

profileId

fontlab.ExportControl.profileId
int

profileName

fontlab.ExportControl.profileName
int

store

fontlab.ExportControl.store = store(...)
store()