Commit 86527f91 authored by Igor Demin's avatar Igor Demin

ParagraphTest

parent 19a508a4
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