Class ShadowFontBuilder


  • @Implements(className="android.graphics.fonts.Font.Builder",
                minSdk=29,
                isInAndroidSdk=false)
    public class ShadowFontBuilder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.nio.ByteBuffer nGetAssetBuffer​(long nativeAsset)  
      protected static long nGetNativeAsset​(android.content.res.AssetManager assetMgr, java.lang.String path, boolean isAsset, int cookie)  
      protected static long nGetReleaseNativeAssetFunc()  
      • Methods inherited from class java.lang.Object

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

      • ShadowFontBuilder

        public ShadowFontBuilder()
    • Method Detail

      • nGetNativeAsset

        @Implementation
        protected static long nGetNativeAsset​(android.content.res.AssetManager assetMgr,
                                              java.lang.String path,
                                              boolean isAsset,
                                              int cookie)
      • nGetAssetBuffer

        @Implementation
        protected static java.nio.ByteBuffer nGetAssetBuffer​(long nativeAsset)
      • nGetReleaseNativeAssetFunc

        @Implementation
        protected static long nGetReleaseNativeAssetFunc()