• 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
mppinterop.h 1.24 KB