| |
|
|
|
float |
ascent() |
| |
|
|
|
int |
breakText(CharSequence text, int start, int end, boolean measureForwards, float maxWidth, float[] measuredWidth) |
| |
|
|
|
int |
breakText(char[] text, int index, int count, float maxWidth, float[] measuredWidth) |
| |
|
|
|
int |
breakText(String text, boolean measureForwards, float maxWidth, float[] measuredWidth) |
| |
|
|
|
void |
clearShadowLayer() |
| |
|
|
|
float |
descent() |
| |
|
|
|
void |
finalize() |
| |
|
|
|
int |
getAlpha() |
| |
|
|
|
int |
getColor() |
| |
|
|
|
ColorFilter |
getColorFilter() |
| |
|
|
|
boolean |
getFillPath(Path src, Path dst) |
| |
|
|
|
int |
getFlags() |
| |
|
|
|
float |
getFontMetrics(FontMetrics metrics) |
| |
|
|
|
FontMetrics |
getFontMetrics() |
| |
|
|
|
FontMetricsInt |
getFontMetricsInt() |
| |
|
|
|
int |
getFontMetricsInt(FontMetricsInt fmi) |
| |
|
|
|
float |
getFontSpacing() |
| |
|
|
|
MaskFilter |
getMaskFilter() |
| |
|
|
|
PathEffect |
getPathEffect() |
| |
|
|
|
Rasterizer |
getRasterizer() |
| |
|
|
|
Shader |
getShader() |
| |
|
|
|
Cap |
getStrokeCap() |
| |
|
|
|
Join |
getStrokeJoin() |
| |
|
|
|
float |
getStrokeMiter() |
| |
|
|
|
float |
getStrokeWidth() |
| |
|
|
|
Style |
getStyle() |
| |
|
|
|
Align |
getTextAlign() |
| |
|
|
|
void |
getTextPath(String text, int start, int end, float x, float y, Path path) |
| |
|
|
|
void |
getTextPath(char[] text, int index, int count, float x, float y, Path path) |
| |
|
|
|
float |
getTextScaleX() |
| |
|
|
|
float |
getTextSize() |
| |
|
|
|
float |
getTextSkewX() |
| |
|
|
|
int |
getTextWidths(CharSequence text, int start, int end, float[] widths) |
| |
|
|
|
int |
getTextWidths(char[] text, int index, int count, float[] widths) |
| |
|
|
|
int |
getTextWidths(String text, int start, int end, float[] widths) |
| |
|
|
|
int |
getTextWidths(String text, float[] widths) |
| |
|
|
|
Typeface |
getTypeface() |
| |
|
|
|
Xfermode |
getXfermode() |
| |
|
final |
|
boolean |
isAntiAlias() |
| |
|
final |
|
boolean |
isDither() |
| |
|
final |
|
boolean |
isFakeBoldText() |
| |
|
final |
|
boolean |
isFilterBitmap() |
| |
|
final |
|
boolean |
isLinearText() |
| |
|
final |
|
boolean |
isStrikeThruText() |
| |
|
final |
|
boolean |
isSubpixelText() |
| |
|
final |
|
boolean |
isUnderlineText() |
| |
|
|
|
float |
measureText(char[] text, int index, int count) |
| |
|
|
|
float |
measureText(String text, int start, int end) |
| |
|
|
|
float |
measureText(CharSequence text, int start, int end) |
| |
|
|
|
float |
measureText(String text) |
| |
|
|
|
void |
reset() |
| |
|
|
|
void |
set(Paint src) |
| |
|
|
|
void |
setARGB(int a, int r, int g, int b) |
| |
|
|
|
void |
setAlpha(int a) |
| |
|
|
|
void |
setAntiAlias(boolean aa) |
| |
|
|
|
void |
setColor(int color) |
| |
|
|
|
ColorFilter |
setColorFilter(ColorFilter filter) |
| |
|
|
|
void |
setDither(boolean dither) |
| |
|
|
|
void |
setFakeBoldText(boolean fakeBoldText) |
| |
|
|
|
void |
setFilterBitmap(boolean filter) |
| |
|
|
|
void |
setFlags(int flags) |
| |
|
|
|
void |
setLinearText(boolean linearText) |
| |
|
|
|
MaskFilter |
setMaskFilter(MaskFilter maskfilter) |
| |
|
|
|
PathEffect |
setPathEffect(PathEffect effect) |
| |
|
|
|
Rasterizer |
setRasterizer(Rasterizer rasterizer) |
| |
|
|
|
Shader |
setShader(Shader shader) |
| |
|
|
|
void |
setShadowLayer(float radius, float dx, float dy, int color) |
| |
|
|
|
void |
setStrikeThruText(boolean strikeThruText) |
| |
|
|
|
void |
setStrokeCap(Cap cap) |
| |
|
|
|
void |
setStrokeJoin(Join join) |
| |
|
|
|
void |
setStrokeMiter(float miter) |
| |
|
|
|
void |
setStrokeWidth(float width) |
| |
|
|
|
void |
setStyle(Style style) |
| |
|
|
|
void |
setSubpixelText(boolean subpixelText) |
| |
|
|
|
void |
setTextAlign(Align align) |
| |
|
|
|
void |
setTextScaleX(float scaleX) |
| |
|
|
|
void |
setTextSize(float textSize) |
| |
|
|
|
void |
setTextSkewX(float skewX) |
| |
|
|
|
Typeface |
setTypeface(Typeface typeface) |
| |
|
|
|
void |
setUnderlineText(boolean underlineText) |
| |
|
|
|
Xfermode |
setXfermode(Xfermode xfermode) |