source: trunk/third/librsvg/rsvg-css.h @ 18275

Revision 18275, 522 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18274, which included commits to RCS files with non-trunk default branches.
Line 
1#include <glib/gtypes.h>
2
3double
4rsvg_css_parse_length (const char *str, gdouble pixels_per_inch,
5                       gint *percent, gint *em, gint *ex);
6
7double
8rsvg_css_parse_normalized_length(const char *str, gdouble pixels_per_inch,
9                                 gdouble width_or_height, gdouble font_size,
10                                 gdouble x_height);
11
12gboolean
13rsvg_css_param_match (const char *str, const char *param_name);
14
15int
16rsvg_css_param_arg_offset (const char *str);
17
18guint32
19rsvg_css_parse_color (const char *str);
20
21guint
22rsvg_css_parse_opacity (const char *str);
Note: See TracBrowser for help on using the repository browser.