Grx.Font.ref

@accepts(Grx.Font)
@returns(Grx.Font)
def ref(self):
    # Python wrapper for grx_font_ref()
  

Increases the reference count to self.

self

the font

Returns