Grx.Font.unref

@accepts(Grx.Font)
@returns(none)
def unref(self):
    # Python wrapper for grx_font_unref()
  

Decreases the reference count on self.

When the reference count reaches 0, self is freed.

self

the font