Source-Repo: https://github.com/servo/servo
Source-Revision: 5086fde8286efa999ca12344dc9543154b38b5f7
This commit is contained in:
Brian Anderson 2012-06-08 18:36:54 -07:00
Родитель eb5b71e49c
Коммит 0ced2f0b1c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ fn shape_text(_font: &font, text: str) -> [glyph] {
y_advance: 0 as int32_t,
x_offset: cur_x as int32_t,
y_offset: 0 as int32_t,
var: 0
var: 0i32
};
vec::push(glyphs, glyph(ch as uint, glyph_pos(hb_pos)));