https://github.com/sonsongithub/inspectcoretext
https://github.com/sonsongithub/inspectcoretext
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonsongithub/inspectcoretext
- Owner: sonsongithub
- License: mit
- Created: 2014-09-18T07:39:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T23:52:02.000Z (about 9 years ago)
- Last Synced: 2025-02-03T14:47:19.611Z (11 months ago)
- Language: Objective-C
- Size: 116 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
InspectCoreText
===========
This application shows the list of bugs of CoreText.
1. [CTFramesetterSuggestFrameSizeWithConstraints skips white space at the end of lines. ](https://github.com/sonsongithub/InspectCoreText/tree/master/InspectCoreText/NSLineBreakByCharWrapping)
2. [The result which is rendered by `UIFont.systemFontOfSize(12)` is different from by `UIFont(name: UIFont.systemFontOfSize(12).fontName, size:12)`](https://github.com/sonsongithub/InspectCoreText/tree/master/InspectCoreText/systemFontOfSize)