layoutManager.glyphRange returns full glyph range although textContainer only has a width of 1
I want to determine the “amount” of text that fits into a given text container/bounding box.
However, no matter how I setup my text container, I always get all glyphs/characters returned. This is my playground test code: