/* * Get the inset of the given string using this font * * Example: * font = Imlib2::Font.new 'palatino/9' * inset = font.inset 'wonder what the inset for this string is...' * */ static VALUE font_text_inset(VALUE self, VALUE text) {