C# Class ToolbarCustomFont.Droid.AppCompat.CustomFontSpan

Inheritance: Android.Text.Style.MetricAffectingSpan
Datei anzeigen Open project: daniel-luberda/XamarinFormsToolbarCustomFont

Public Methods

Method Description
CustomFontSpan ( string typefaceName ) : System
UpdateDrawState ( TextPaint tp ) : void
UpdateMeasureState ( TextPaint p ) : void

Method Details

CustomFontSpan() public method

public CustomFontSpan ( string typefaceName ) : System
typefaceName string
return System

UpdateDrawState() public method

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

UpdateMeasureState() public method

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