Package 

Class FontAsset

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public final class FontAsset
    extends Asset<FontHandle>
                        

    A font asset, representing a renderable typeface, managed by a CommandQueue.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class FontAsset.Companion
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class app.rive.FontAsset

        register, unregister
      • Methods inherited from class app.rive.Asset

        close
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FontAsset

        FontAsset(FontHandle handle, CommandQueue queue)
        Parameters:
        handle - The handle to the font on the command server.
        queue - The command queue that owns the font.