-
-
Field Summary
Fields Modifier and Type Field Description private RiveFontfontprivate final <ERROR CLASS>nameprivate final <ERROR CLASS>uniqueFilenameprivate final <ERROR CLASS>cdnUrlprivate final BooleanhasCppObjectprivate AtomicIntegerrefsprivate LongcppPointerprivate final <ERROR CLASS>dependenciesprivate final IntegerrefCount
-
Method Summary
Modifier and Type Method Description final RiveFontgetFont()This isn't safe to use outside tests. final UnitsetFont(RiveFont font)final <ERROR CLASS>getName()final <ERROR CLASS>getUniqueFilename()final <ERROR CLASS>getCdnUrl()final BooleangetHasCppObject()final AtomicIntegergetRefs()final UnitsetRefs(AtomicInteger refs)final LonggetCppPointer()final UnitsetCppPointer(Long cppPointer)final <ERROR CLASS>getDependencies()IntegergetRefCount()-
Methods inherited from class app.rive.runtime.kotlin.core.FontAsset
decode -
Methods inherited from class app.rive.runtime.kotlin.core.FileAsset
acquire, cppDelete, release -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFont
@VisibleForTesting() final RiveFont getFont()
This isn't safe to use outside tests.
-
getName
final <ERROR CLASS> getName()
-
getUniqueFilename
final <ERROR CLASS> getUniqueFilename()
-
getCdnUrl
final <ERROR CLASS> getCdnUrl()
-
getHasCppObject
final Boolean getHasCppObject()
-
getRefs
final AtomicInteger getRefs()
-
setRefs
final Unit setRefs(AtomicInteger refs)
-
getCppPointer
final Long getCppPointer()
-
setCppPointer
final Unit setCppPointer(Long cppPointer)
-
getDependencies
final <ERROR CLASS> getDependencies()
-
getRefCount
Integer getRefCount()
-
-
-
-