flInstance

fontlab.flInstance = class flInstance(object)

flInstance representation

Constructors:
  flInstance()
  flInstance(string name, string tsn, flLocation location)

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
autoSGN(...)
string autoSGN(const string &tfn)
autoSLV(...)
int autoSLV()
autoTSN(...)
string autoTSN()
setSLV(...)
setSLV(bool bold, bool italic)

Descriptors

bold
bool
exportable
bool
italic
bool
location
flLocation
name
string
sgn
string
slv
int
tsn
string
weight
string
weightValue
double
width
string

Attributes

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

autoSGN

fontlab.flInstance.autoSGN = autoSGN(...)
string autoSGN(const string &tfn)

autoSLV

fontlab.flInstance.autoSLV = autoSLV(...)
int autoSLV()

autoTSN

fontlab.flInstance.autoTSN = autoTSN(...)
string autoTSN()

bold

fontlab.flInstance.bold
bool

exportable

fontlab.flInstance.exportable
bool

italic

fontlab.flInstance.italic
bool

location

fontlab.flInstance.location
flLocation

name

fontlab.flInstance.name
string

setSLV

fontlab.flInstance.setSLV = setSLV(...)
setSLV(bool bold, bool italic)

sgn

fontlab.flInstance.sgn
string

slv

fontlab.flInstance.slv
int

tsn

fontlab.flInstance.tsn
string

weight

fontlab.flInstance.weight
string

weightValue

fontlab.flInstance.weightValue
double

width

fontlab.flInstance.width
string