Apply patch to fix bug 1013419

This commit is contained in:
rdb 2012-10-22 08:21:48 +00:00
parent 19cb1e5230
commit 3f4195616a

View File

@ -1378,7 +1378,7 @@ assemble_row(TextAssembler::TextRow &row,
if (character == ' ') {
// A space is a special case.
xpos += font->get_space_advance();
xpos += properties->get_glyph_scale() * properties->get_text_scale() * font->get_space_advance();
} else if (character == '\t') {
// So is a tab character.