C# Class Rouble.TextViewExt.CustomTypefaceSpan

Inheritance: Android.Text.Style.MetricAffectingSpan
Mostra file Open project: TouchInstinct/Training

Public Methods

Method Description
CustomTypefaceSpan ( Android.Graphics.Typeface typeface ) : System
UpdateDrawState ( TextPaint drawState ) : void
UpdateMeasureState ( TextPaint paint ) : void

Private Methods

Method Description
Apply ( Paint paint ) : void

Method Details

CustomTypefaceSpan() public method

public CustomTypefaceSpan ( Android.Graphics.Typeface typeface ) : System
typeface Android.Graphics.Typeface
return System

UpdateDrawState() public method

public UpdateDrawState ( TextPaint drawState ) : void
drawState TextPaint
return void

UpdateMeasureState() public method

public UpdateMeasureState ( TextPaint paint ) : void
paint TextPaint
return void