Apply patch to fix bug 1013419
This commit is contained in:
parent
19cb1e5230
commit
3f4195616a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue