Grx.Font.get_width

@accepts(Grx.Font)
@returns(int)
def get_width(self):
    # Python wrapper for grx_font_get_width()
  

Gets the width of the font in pixels.

self

the font

Returns