android.renderscript
Class Font

java.lang.Object
  extended by android.renderscript.BaseObj
      extended by android.renderscript.Font

Deprecated.

@Deprecated
public class Font
extends BaseObj


Nested Class Summary
static class Font.Style
          Deprecated. 
 
Method Summary
static Font create(RenderScript rs, Resources res, String familyName, Font.Style fontStyle, float pointSize)
          Deprecated. 
static Font createFromAsset(RenderScript rs, Resources res, String path, float pointSize)
          Deprecated. 
static Font createFromFile(RenderScript rs, Resources res, File path, float pointSize)
          Deprecated. 
static Font createFromFile(RenderScript rs, Resources res, String path, float pointSize)
          Deprecated. 
static Font createFromResource(RenderScript rs, Resources res, int id, float pointSize)
          Deprecated. 
 
Methods inherited from class android.renderscript.BaseObj
destroy, equals, finalize, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createFromFile

@Deprecated
public static Font createFromFile(RenderScript rs,
                                             Resources res,
                                             String path,
                                             float pointSize)
Deprecated. 


createFromFile

@Deprecated
public static Font createFromFile(RenderScript rs,
                                             Resources res,
                                             File path,
                                             float pointSize)
Deprecated. 


createFromAsset

@Deprecated
public static Font createFromAsset(RenderScript rs,
                                              Resources res,
                                              String path,
                                              float pointSize)
Deprecated. 


createFromResource

@Deprecated
public static Font createFromResource(RenderScript rs,
                                                 Resources res,
                                                 int id,
                                                 float pointSize)
Deprecated. 


create

@Deprecated
public static Font create(RenderScript rs,
                                     Resources res,
                                     String familyName,
                                     Font.Style fontStyle,
                                     float pointSize)
Deprecated. 



Copyright © 2008-2012. All Rights Reserved.