1/^#include/i
2#include <stdio.h>
3.
4/^FT2Font::draw_glyphs_to_bitmap/a
5.
6/throw Py::RuntimeError("Could not convert glyph to bitmap");/s//char buf[128]; sprintf(buf, "FT2Font::draw_glyphs_to_bitmap: Could not convert glyph to bitmap: %d", error); throw Py::RuntimeError(buf);/
7/^FT2Font::get_xys/a
8.
9/throw Py::RuntimeError("Could not convert glyph to bitmap");/s//char buf[128]; sprintf(buf, "FT2Font::get_xys: Could not convert glyph to bitmap: %d", error); throw Py::RuntimeError(buf);/
10/^FT2Font::draw_glyph_to_bitmap/a
11.
12/throw Py::RuntimeError("Could not convert glyph to bitmap");/s//char buf[128]; sprintf(buf, "FT2Font::draw_glyph_to_bitmap: Could not convert glyph to bitmap: %d", error); throw Py::RuntimeError(buf);/
13w
14