C# 클래스 Rouble.TextViewExt.CustomTypefaceSpan

상속: Android.Text.Style.MetricAffectingSpan
파일 보기 프로젝트 열기: TouchInstinct/Training

공개 메소드들

메소드 설명
CustomTypefaceSpan ( Android.Graphics.Typeface typeface ) : System
UpdateDrawState ( TextPaint drawState ) : void
UpdateMeasureState ( TextPaint paint ) : void

비공개 메소드들

메소드 설명
Apply ( Paint paint ) : void

메소드 상세

CustomTypefaceSpan() 공개 메소드

public CustomTypefaceSpan ( Android.Graphics.Typeface typeface ) : System
typeface Android.Graphics.Typeface
리턴 System

UpdateDrawState() 공개 메소드

public UpdateDrawState ( TextPaint drawState ) : void
drawState TextPaint
리턴 void

UpdateMeasureState() 공개 메소드

public UpdateMeasureState ( TextPaint paint ) : void
paint TextPaint
리턴 void