skiko/src/commonMain/kotlin/org/jetbrains/skia/paragraph/TextStyle.kt [452:464]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun setTypeface(typeface: Typeface?): TextStyle { return try { Stats.onNativeCall() _nSetTypeface( _ptr, getPtr(typeface) ) this } finally { reachabilityBarrier(this) reachabilityBarrier(typeface) } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - skiko/src/commonMain/kotlin/org/jetbrains/skia/Font.kt [319:331]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - fun setTypeface(typeface: Typeface?): Font { return try { Stats.onNativeCall() _nSetTypeface( _ptr, getPtr(typeface) ) this } finally { reachabilityBarrier(this) reachabilityBarrier(typeface) } } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -