C# 클래스 MonocleGiraffe.Android.Helpers.FontManager

파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe

공개 메소드들

메소드 설명
ApplyFont ( this text, Android.Content.Context context, string font ) : void
GetTypeface ( Android.Content.Context context, string font ) : Android.Graphics.Typeface

메소드 상세

ApplyFont() 공개 정적인 메소드

public static ApplyFont ( this text, Android.Content.Context context, string font ) : void
text this
context Android.Content.Context
font string
리턴 void

GetTypeface() 공개 정적인 메소드

public static GetTypeface ( Android.Content.Context context, string font ) : Android.Graphics.Typeface
context Android.Content.Context
font string
리턴 Android.Graphics.Typeface