C# Class ToolbarCustomFont.Droid.AppCompat.CustomFontSpan

Inheritance: Android.Text.Style.MetricAffectingSpan
Afficher le fichier Open project: daniel-luberda/XamarinFormsToolbarCustomFont

Méthodes publiques

Méthode Description
CustomFontSpan ( string typefaceName ) : System
UpdateDrawState ( TextPaint tp ) : void
UpdateMeasureState ( TextPaint p ) : void

Method Details

CustomFontSpan() public méthode

public CustomFontSpan ( string typefaceName ) : System
typefaceName string
Résultat System

UpdateDrawState() public méthode

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

UpdateMeasureState() public méthode

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