TextBlob common (#358)
* add TextBlobTest.kt: canMakeFromPos
* add TextBlobTest.kt: getIntercepts
* add TextBlobTest.kt: tightBounds
* add TextBlobTest.kt: blockBounds
* TextBlob: make _nGetBlockBounds code reusable by moving it to commonMain/cpp
* TextBlob: make _nGetTightBounds code reusable by moving it to commonMain/cpp
* TextBlob: make _nGetPositions code reusable by moving it to commonMain/cpp
* TextBlob: make _nGetGlyphs code reusable by moving it to commonMain/cpp
* TextBlob: firstBaseline and lastBaseline
* TextBlob: _nMakeFromPosH
* TextBlob: _nMakeFromRSXform
* TextBlob: _nGetClusters
* fix jni compilation for windows: add reinterpret_cast
* update github action to upload test reports for failing tests too
* update TextBlobTest.kt
* add comment
* PR review improvements
* update epsilon
* update epsilon
* update epsilon
Co-authored-by:
Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
Showing
Please register or sign in to comment