The glyph for U+0305 has glyph parts in the GlyphAssembly table in MATH to allow for constructing an overline accent of any size.
Currently, Noto Sans Math has two glyph parts with the glyph uni0305.s00. The first is not an extender, and has startConnectorLength 0 and endConnectorLength 417. The second is an extender, and has startConnectorLength 417 and endConnectorLength 0. The second, as it is an extender, is what gets repeated when constructing a larger sized accent. But because the endConnectorLength is 0, the part is then taken to not have a connector on that end. The spec mentions the below:
If the part does not have a connector on one of its ends, the corresponding connector length should be set to zero.
The glyph for
U+0305has glyph parts in the GlyphAssembly table in MATH to allow for constructing an overline accent of any size.Currently, Noto Sans Math has two glyph parts with the glyph
uni0305.s00. The first is not an extender, and has startConnectorLength 0 and endConnectorLength 417. The second is an extender, and has startConnectorLength 417 and endConnectorLength 0. The second, as it is an extender, is what gets repeated when constructing a larger sized accent. But because the endConnectorLength is 0, the part is then taken to not have a connector on that end. The spec mentions the below: