GlyphComponent

fontlab.GlyphComponent = class GlyphComponent(object)

GlyphComponent representation

Constructors:
  GlyphComponent() - default
  GlyphComponent(GlyphComponent)
  GlyphComponent(uint id)
  GlyphComponent(string name)
  GlyphComponent(uint id, QTransform tx, double w, bool ua)

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

Descriptors

name_id
uint
transform
QTransform
use_anchors
bool
width_scale
double

Attributes

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

name_id

fontlab.GlyphComponent.name_id
uint

transform

fontlab.GlyphComponent.transform
QTransform

use_anchors

fontlab.GlyphComponent.use_anchors
bool

width_scale

fontlab.GlyphComponent.width_scale
double