• Oleksandr Karpovich's avatar
    TextBlob common (#358) · bc86bdc2
    Oleksandr Karpovich authored
    * 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: 's avatarOleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
    bc86bdc2
Name
Last commit
Last update
.github/workflows Loading commit data...
.run Loading commit data...
gradle/wrapper Loading commit data...
samples Loading commit data...
skiko Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle Loading commit data...