remove comment that has been addressed
This commit is contained in:
@@ -140,7 +140,6 @@ class GlyfEncoder {
|
|||||||
if (ShouldWriteSimpleGlyphBbox(glyph)) {
|
if (ShouldWriteSimpleGlyphBbox(glyph)) {
|
||||||
WriteBbox(glyph_id, glyph);
|
WriteBbox(glyph_id, glyph);
|
||||||
}
|
}
|
||||||
// TODO: check that bbox matches, write bbox if not
|
|
||||||
for (int i = 0; i < num_contours; i++) {
|
for (int i = 0; i < num_contours; i++) {
|
||||||
Write255UShort(&n_points_stream_, glyph.contours[i].size());
|
Write255UShort(&n_points_stream_, glyph.contours[i].size());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user