Commit 8b58b170 authored by Igor Demin's avatar Igor Demin

Revert "ParagraphTest"

This reverts commit 86527f91.
parent 86527f91
package org.jetbrains.skiko
import org.jetbrains.skia.FontMgr
import org.jetbrains.skia.FontStyle
import org.jetbrains.skia.impl.NativePointer
import org.jetbrains.skia.paragraph.FontCollection
import org.junit.Test
class ParagraphTest {
@Test
fun findTypefaces() {
val fontCollection = FontCollection().setDefaultFontManager(FontMgr.default)
fontCollection.findTypefaces(emptyArray(), FontStyle.NORMAL)
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment