Grx.Font.get_char_width
@accepts(Grx.Font, unicode) @returns(int) def get_char_width(self, c): # Python wrapper for grx_font_get_char_width()
Gets the width of a character using the specified font.
- self
the font
- c
the character
- Returns
@accepts(Grx.Font, unicode) @returns(int) def get_char_width(self, c): # Python wrapper for grx_font_get_char_width()
Gets the width of a character using the specified font.
the font
the character