C# Class Rouble.TextViewExt.CustomTypefaceSpan

Inheritance: Android.Text.Style.MetricAffectingSpan
Afficher le fichier Open project: TouchInstinct/Training

Méthodes publiques

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

Private Methods

Méthode Description
Apply ( Paint paint ) : void

Method Details

CustomTypefaceSpan() public méthode

public CustomTypefaceSpan ( Android.Graphics.Typeface typeface ) : System
typeface Android.Graphics.Typeface
Résultat System

UpdateDrawState() public méthode

public UpdateDrawState ( TextPaint drawState ) : void
drawState TextPaint
Résultat void

UpdateMeasureState() public méthode

public UpdateMeasureState ( TextPaint paint ) : void
paint TextPaint
Résultat void