mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add note about Issue #163 to source.
This commit is contained in:
parent
81277cca75
commit
365a99a276
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ impl TextRun {
|
||||||
glyphs: move glyph_store,
|
glyphs: move glyph_store,
|
||||||
};
|
};
|
||||||
|
|
||||||
// XXX wrong! use typedef
|
// XXX(Issue #163): wrong! use typedef (as commented out)
|
||||||
let shaper = harfbuzz::shaper::HarfbuzzShaper::new();
|
let shaper = harfbuzz::shaper::HarfbuzzShaper::new();
|
||||||
// let shaper = Shaper::new();
|
// let shaper = Shaper::new();
|
||||||
shaper.shape_textrun(&run);
|
shaper.shape_textrun(&run);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue