mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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,
|
||||
};
|
||||
|
||||
// XXX wrong! use typedef
|
||||
// XXX(Issue #163): wrong! use typedef (as commented out)
|
||||
let shaper = harfbuzz::shaper::HarfbuzzShaper::new();
|
||||
// let shaper = Shaper::new();
|
||||
shaper.shape_textrun(&run);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue