flStem
fontlab.flStem = class flStem(object)
flStem representation Constructors: flStem() flStem(double _v[, QString _n = ]) flStem(fgStem)
Methods
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
- guaranteeName(...)
-
guaranteeName()
Descriptors
- name
-
string
- program
-
QSet
- programText
-
QString
- tags
-
string
- value
-
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.flStem.guaranteeName = guaranteeName(...)
-
guaranteeName()
linear
- fontlab.flStem.linear = linear(...)
-
int linear(double upm, int k)
name
- fontlab.flStem.name
-
string
ppm
- fontlab.flStem.ppm = ppm(...)
-
int ppm(double upm, int k)
program
- fontlab.flStem.program
-
QSet
programText
- fontlab.flStem.programText
-
QString
tags
- fontlab.flStem.tags
-
string
tagsSet
- fontlab.flStem.tagsSet = tagsSet(...)
-
QSet
/Nothing tagsSet()
toStem
- fontlab.flStem.toStem = toStem(...)
-
toStem(fgStem)
value
- fontlab.flStem.value
-
double