Add note about Issue #163 to source.

This commit is contained in:
Brian J. Burg 2012-10-29 12:20:53 -07:00
parent 81277cca75
commit 365a99a276

View file

@ -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);