What is the difference between NSLayoutManager.lineFragmentRect
and NSLayoutManager.lineFragmentUsedRect
?
Asked
Active
Viewed 88 times
0

iMoeNya
- 672
- 4
- 11
-
I checked the docs... still no idea. I guess it depends on what the difference is between the `rectangle` and `usage rectangle`. But they don't seem to define that anywhere. – Fogmeister Aug 15 '22 at 08:16
-
1First step should always be **searching**. First result comes up with this https://developer.apple.com/forums/thread/692138 which appears to show the difference. – DonMag Aug 15 '22 at 12:36