while(_g2 < w) {
                    var x = _g2++;
                    var g;
                    if(x < this.get_width()) g = this.glyphs[y][x]; else g = vellum_Glyph.fromChar(" ");
                    row.push(g);