LIBRSVG 2.62.3
C library for rendering SVG
Loading...
Searching...
No Matches
Deprecated List
Global rsvg_cleanup (void)
Since 2.36: do not call this.
Global rsvg_handle_close (RsvgHandle *handle, GError **error)
Use rsvg_handle_read_stream_sync().
Global rsvg_handle_free (RsvgHandle *handle)
Use g_object_unref().
Global rsvg_handle_get_desc (RsvgHandle *handle)
SVG metadata is not exposed this way.
Global rsvg_handle_get_dimensions (RsvgHandle *handle, RsvgDimensionData *dimension_data)
Since 2.46: use rsvg_handle_get_intrinsic_size_in_pixels().
Global rsvg_handle_get_dimensions_sub (RsvgHandle *handle, RsvgDimensionData *dimension_data, const char *id)
Since 2.46: use rsvg_handle_get_geometry_for_layer().
Global rsvg_handle_get_metadata (RsvgHandle *handle)
SVG metadata is not exposed this way.
Global rsvg_handle_get_pixbuf (RsvgHandle *handle)
Since 2.58: use rsvg_handle_get_pixbuf_and_error() instead.
Global rsvg_handle_get_position_sub (RsvgHandle *handle, RsvgPositionData *position_data, const char *id)
Since 2.46: use rsvg_handle_get_geometry_for_layer().
Global rsvg_handle_get_title (RsvgHandle *handle)
SVG metadata is not exposed this way.
Global rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr)
Since 2.52: use rsvg_handle_render_document() instead.
Global rsvg_handle_render_cairo_sub (RsvgHandle *handle, cairo_t *cr, const char *id)
Since 2.52: use rsvg_handle_render_layer() instead.
Global rsvg_handle_set_size_callback (RsvgHandle *handle, RsvgSizeFunc size_func, gpointer user_data, GDestroyNotify user_data_destroy)
Use a Cairo matrix and rsvg_handle_render_document().
Global rsvg_handle_write (RsvgHandle *handle, const guchar *buf, gsize count, GError **error)
Use rsvg_handle_read_stream_sync().
Global rsvg_init (void)
Use g_type_init() only on ancient GLib; otherwise do nothing.
Global rsvg_pixbuf_from_file (const gchar *filename, GError **error)
Use rsvg_handle_new_from_file() and rsvg_handle_render_document().
Global rsvg_pixbuf_from_file_at_max_size (const gchar *filename, gint max_width, gint max_height, GError **error)
Use rsvg_handle_new_from_file() and rsvg_handle_render_document().
Global rsvg_pixbuf_from_file_at_size (const gchar *filename, gint width, gint height, GError **error)
Use rsvg_handle_new_from_file() and rsvg_handle_render_document().
Global rsvg_pixbuf_from_file_at_zoom (const gchar *filename, double x_zoom, double y_zoom, GError **error)
Use rsvg_handle_new_from_file() and rsvg_handle_render_document().
Global rsvg_pixbuf_from_file_at_zoom_with_max (const gchar *filename, double x_zoom, double y_zoom, gint max_width, gint max_height, GError **error)
Use rsvg_handle_new_from_file() and rsvg_handle_render_document().
Global rsvg_set_default_dpi (double dpi)
Since 2.42: use rsvg_handle_set_dpi() on a handle.
Global rsvg_set_default_dpi_x_y (double dpi_x, double dpi_y)
Since 2.42: use rsvg_handle_set_dpi_x_y() on a handle.
Global rsvg_term (void)
No-op.
Struct RsvgDimensionData
Since 2.46: use rsvg_handle_get_intrinsic_size_in_pixels().
Struct RsvgPositionData
Since 2.46: use rsvg_handle_get_geometry_for_layer().
Global RsvgSizeFunc )(gint *width, gint *height, gpointer user_data)
Use a Cairo matrix and rsvg_handle_render_document().