diff --git a/Userland/Libraries/LibTTF/Glyf.cpp b/Userland/Libraries/LibTTF/Glyf.cpp index 01d8cecdce..8267ae5776 100644 --- a/Userland/Libraries/LibTTF/Glyf.cpp +++ b/Userland/Libraries/LibTTF/Glyf.cpp @@ -174,7 +174,7 @@ Optional Glyf::Glyph::ComponentIterator::n TODO(); } if (flags & (u16)CompositeGlyfFlags::UseMyMetrics) { - TODO(); + // FIXME: Implement this. There's no TODO() here since many fonts work just fine without this. } if (flags & (u16)CompositeGlyfFlags::ScaledComponentOffset) { TODO();