Grx.Font.prototype.get_char_width
function get_char_width(c: String): Number(gint) { // Gjs wrapper for grx_font_get_char_width() }
Gets the width of a character using the specified font.
- c
the character
- Returns
the width
function get_char_width(c: String): Number(gint) { // Gjs wrapper for grx_font_get_char_width() }
Gets the width of a character using the specified font.
the character
the width