-
public class RiveFont.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RiveFont.CompanionINSTANCE
-
Method Summary
-
-
Method Detail
-
make
final RiveFont make(ByteArray bytes, RendererType rendererType)
Creates a RiveFont by decoding bytes.
The caller is in charge of the ownership of this NativeObject. It must be freed by calling release.
- Parameters:
bytes- Encoded bytes for a font.rendererType- The renderer decoding this font.
-
-
-
-