3 #include <librsvg/rsvg.h>
12 void add_at_sub(Gtk::Widget &widget,
const char *sub);
13 std::map<std::string, std::string> sub_texts;
16 RsvgHandle *handle =
nullptr;
17 void init(
const guint8 *data, gsize data_len);
18 Gtk::DrawingArea *area;
19 bool draw(
const Cairo::RefPtr<Cairo::Context> &ctx);