public interface IFont
extends com.scichart.core.framework.IDisposable
IRenderSurface
Modifier and Type | Method and Description |
---|---|
float |
getTextSize()
Gets the current text size of this font in pixels
|
android.graphics.Typeface |
getTypeFace()
Gets thh current typeface of this font
|
void |
measureText(java.lang.String text,
android.graphics.Rect bounds)
Measures specified text and outputs its bounds into provided bounds instance
|
float getTextSize()
android.graphics.Typeface getTypeFace()
void measureText(java.lang.String text, android.graphics.Rect bounds)
text
- The text to measurebounds
- The bounds Rect used for setting results of measurement