C# Class CarouselView.FormsPlugin.Android.TextMeterImplementation

Inheritance: ITextMeter
Show file Open project: alexrainman/CarouselView

Public Methods

Method Description
MeasureTextSize ( string text, double width, double fontSize, string fontName = null ) : double

Private Methods

Method Description
GetTypeface ( string fontName ) : Android.Graphics.Typeface

Method Details

MeasureTextSize() public method

public MeasureTextSize ( string text, double width, double fontSize, string fontName = null ) : double
text string
width double
fontSize double
fontName string
return double