pango :: FontMask :: Class FontMask
[hide private]
[frames] | no frames]

Class FontMask

object --+        
         |        
       int --+    
             |    
gobject.GFlags --+
                 |
                FontMask

Instance Methods [hide private]

Inherited from gobject.GFlags: __add__, __and__, __div__, __divmod__, __eq__, __ge__, __gt__, __le__, __lt__, __mod__, __mul__, __ne__, __new__, __or__, __pow__, __radd__, __rand__, __rdiv__, __rdivmod__, __repr__, __rmod__, __rmul__, __ror__, __rpow__, __rsub__, __rxor__, __str__, __sub__, __xor__

Inherited from int: __abs__, __cmp__, __coerce__, __float__, __floordiv__, __format__, __getattribute__, __getnewargs__, __hash__, __hex__, __index__, __int__, __invert__, __long__, __lshift__, __neg__, __nonzero__, __oct__, __pos__, __rfloordiv__, __rlshift__, __rrshift__, __rshift__, __rtruediv__, __truediv__, __trunc__, bit_length, conjugate

Inherited from object: __delattr__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __flags_values__ = {1: <flags PANGO_FONT_MASK_FAMILY of type P...
  __gtype__ = <GType PangoFontMask (44926816)>
Properties [hide private]

Inherited from gobject.GFlags: first_value_name, first_value_nick, value_names, value_nicks

Inherited from int: denominator, imag, numerator, real

Inherited from object: __class__

Class Variable Details [hide private]

__flags_values__

Value:
{1: <flags PANGO_FONT_MASK_FAMILY of type PangoFontMask>,
 2: <flags PANGO_FONT_MASK_STYLE of type PangoFontMask>,
 4: <flags PANGO_FONT_MASK_VARIANT of type PangoFontMask>,
 8: <flags PANGO_FONT_MASK_WEIGHT of type PangoFontMask>,
 16: <flags PANGO_FONT_MASK_STRETCH of type PangoFontMask>,
 32: <flags PANGO_FONT_MASK_SIZE of type PangoFontMask>,
 64: <flags PANGO_FONT_MASK_GRAVITY of type PangoFontMask>}