An open API service indexing awesome lists of open source software.

https://github.com/sonsongithub/inspectcoretext


https://github.com/sonsongithub/inspectcoretext

Last synced: 9 months ago
JSON representation

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)