String strokes = rs.getString ("strokes");
// FIXME bodge - fix in database
if ((strokes.length() > 0) && (strokes.charAt (strokes.length() - 1) != '\n'))
strokes += "\n";
Glyph glyph = new Glyph (
rs.getInt ("width"),
rs.getInt ("height"),
new int[] { rs.getInt ("p1_glyph_variant"),
rs.getInt ("p2_glyph_variant"),
rs.getInt ("p3_glyph_variant"),