[cubic-glyf] Remove stale comment

This commit is contained in:
Behdad Esfahbod 2023-02-21 16:15:45 -07:00
parent 22b9315628
commit 6b286cfabf
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ struct path_builder_t
* https://developer.apple.com/fonts/TrueType-Reference-Manual/RM01/Chap1.html * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM01/Chap1.html
* https://stackoverflow.com/a/20772557 * https://stackoverflow.com/a/20772557
* *
* Cubic support added (incomplete). */ * Cubic support added. */
void consume_point (const contour_point_t &point) void consume_point (const contour_point_t &point)
{ {
bool is_on_curve = point.flag & glyf_impl::SimpleGlyph::FLAG_ON_CURVE; bool is_on_curve = point.flag & glyf_impl::SimpleGlyph::FLAG_ON_CURVE;