@Deprecated public class Font extends BaseObj
| Modifier and Type | Class and Description |
|---|---|
static class |
Font.Style
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Deprecated public static Font createFromFile(RenderScript rs, Resources res, String path, float pointSize)
@Deprecated public static Font createFromFile(RenderScript rs, Resources res, File path, float pointSize)
@Deprecated public static Font createFromAsset(RenderScript rs, Resources res, String path, float pointSize)
@Deprecated public static Font createFromResource(RenderScript rs, Resources res, int id, float pointSize)
@Deprecated public static Font create(RenderScript rs, Resources res, String familyName, Font.Style fontStyle, float pointSize)
Copyright © 2008-2013. All Rights Reserved.