def __init__(self,other,angle):
     FontProperties.__init__(self,other.get_family(),
                           other.get_style(),
                           other.get_variant(),
                           other.get_weight(),
                           other.get_stretch(),
                           other.get_size())
     self._angle=angle
Esempio n. 2
0
 def __init__(self,other,angle):
     FontProperties.__init__(self,other.get_family(),
                           other.get_style(),
                           other.get_variant(),
                           other.get_weight(),
                           other.get_stretch(),
                           other.get_size())
     self._angle=angle