mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Update rust-harfbuzz
This commit is contained in:
parent
a0b200d35a
commit
5086fde828
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 43db075b2aac4c9b8623736b034479523cc2005d
|
Subproject commit b6eb91692604522fb2823158bb570c025c878019
|
|
@ -39,7 +39,7 @@ fn shape_text(_font: &font, text: str) -> [glyph] {
|
||||||
y_advance: 0 as int32_t,
|
y_advance: 0 as int32_t,
|
||||||
x_offset: cur_x as int32_t,
|
x_offset: cur_x as int32_t,
|
||||||
y_offset: 0 as int32_t,
|
y_offset: 0 as int32_t,
|
||||||
var: 0
|
var: 0i32
|
||||||
};
|
};
|
||||||
|
|
||||||
vec::push(glyphs, glyph(ch as uint, glyph_pos(hb_pos)));
|
vec::push(glyphs, glyph(ch as uint, glyph_pos(hb_pos)));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue