All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.renderscript.Font Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.renderscript;
@Deprecated
public class Font
  extends android.renderscript.BaseObj
{
@Deprecated
public static enum Style
{
BOLD(),
BOLD_ITALIC(),
ITALIC(),
NORMAL();
}
Font() { throw new RuntimeException("Stub!"); }
@Deprecated
public static  android.renderscript.Font createFromFile(android.renderscript.RenderScript rs, android.content.res.Resources res, java.lang.String path, float pointSize) { throw new RuntimeException("Stub!"); }
@Deprecated
public static  android.renderscript.Font createFromFile(android.renderscript.RenderScript rs, android.content.res.Resources res, java.io.File path, float pointSize) { throw new RuntimeException("Stub!"); }
@Deprecated
public static  android.renderscript.Font createFromAsset(android.renderscript.RenderScript rs, android.content.res.Resources res, java.lang.String path, float pointSize) { throw new RuntimeException("Stub!"); }
@Deprecated
public static  android.renderscript.Font createFromResource(android.renderscript.RenderScript rs, android.content.res.Resources res, int id, float pointSize) { throw new RuntimeException("Stub!"); }
@Deprecated
public static  android.renderscript.Font create(android.renderscript.RenderScript rs, android.content.res.Resources res, java.lang.String familyName, android.renderscript.Font.Style fontStyle, float pointSize) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy